1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-07 06:43:02 +03:00

replaced malloc.h with stdlib.h to quiet compiler

This commit is contained in:
Seth Alves
1998-10-01 20:51:15 +00:00
parent 7066a79c63
commit e7f12e6577
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
#include <stdio.h>
#include <ctype.h>
#include <string.h> /* for memset() only */
#include <malloc.h>
#include <stdlib.h>
#include <sys/stat.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>