1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +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

@ -7,7 +7,7 @@
*/
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include "entities.h"