Include <sys/types.h> now that linebuffer.h uses
[pspp] / lib / linebuffer.c
index d129d307d65106f5363b1c23e6ceadb44020ebad..cb0b6ba0020c1c44e0484e322fa58736ad755903 100644 (file)
@@ -22,6 +22,7 @@
 #endif
 
 #include <stdio.h>
+#include <sys/types.h>
 #include "linebuffer.h"
 
 char *xmalloc ();