*** empty log message ***
[gnulib.git] / lib / realloc.c
index d0d3e4a..5c94a0a 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 #undef realloc
 
-#include <sys/types.h>
+#include <stddef.h>
 
 char *malloc ();
 char *realloc ();