summaryrefslogtreecommitdiff
path: root/entities.c
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>1998-10-01 20:51:15 +0000
committerSeth Alves <alves@src.gnome.org>1998-10-01 20:51:15 +0000
commite7f12e6577a74ee4f0ca9dfaadace9b6644dd119 (patch)
tree3ad5eb9746a4a53ea835705c82057ac73c8461fb /entities.c
parent7066a79c637760234dac2729e1048979f05ed30a (diff)
downloadlibxml2-e7f12e6577a74ee4f0ca9dfaadace9b6644dd119.tar.gz
replaced malloc.h with stdlib.h to quiet compiler
Diffstat (limited to 'entities.c')
-rw-r--r--entities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/entities.c b/entities.c
index 47b7cfa1..5a788e61 100644
--- a/entities.c
+++ b/entities.c
@@ -7,7 +7,7 @@
*/
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include "entities.h"