projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a5094
)
Include <sys/types.h> now that linebuffer.h uses
author
Jim Meyering
<jim@meyering.net>
Fri, 30 Jul 1999 19:29:27 +0000
(19:29 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 30 Jul 1999 19:29:27 +0000
(19:29 +0000)
size_t. This is required on at least SunOS4. From Kaveh Ghazi.
lib/linebuffer.c
patch
|
blob
|
history
diff --git
a/lib/linebuffer.c
b/lib/linebuffer.c
index d129d307d65106f5363b1c23e6ceadb44020ebad..cb0b6ba0020c1c44e0484e322fa58736ad755903 100644
(file)
--- a/
lib/linebuffer.c
+++ b/
lib/linebuffer.c
@@
-22,6
+22,7
@@
#endif
#include <stdio.h>
+#include <sys/types.h>
#include "linebuffer.h"
char *xmalloc ();