]> git.saurik.com Git - bison.git/blobdiff - lib/malloc.c
a -> an (minor typo fix)
[bison.git] / lib / malloc.c
index 5e7674bd47d541f17348164f049d3122f17f1ea9..bcd6b564b07abf5d41a5d1faeca6ecb3aa6e29ae 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 #undef malloc
 
-#include <sys/types.h>
+#include <stddef.h>
 
 char *malloc ();