]> git.saurik.com Git - bison.git/blobdiff - lib/realloc.c
* doc/bison.texinfo (How Can I Reset the Parser): More about start
[bison.git] / lib / realloc.c
index d0d3e4ab07c242e9ca96710be79c703bd181895b..5c94a0a25c67af5a461db5274291b4204495aa3b 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 #undef realloc
 
-#include <sys/types.h>
+#include <stddef.h>
 
 char *malloc ();
 char *realloc ();