.h files should stand alone, but we shouldn't include <sys/types.h>
[gnulib.git] / lib / malloc.c
index 5e7674b..bcd6b56 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 #undef malloc
 
-#include <sys/types.h>
+#include <stddef.h>
 
 char *malloc ();