projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0beeb7
)
Include <sys/types.h> if available.
author
Ben Pfaff
<blp@gnu.org>
Tue, 3 May 2005 05:18:11 +0000
(
05:18
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Tue, 3 May 2005 05:18:11 +0000
(
05:18
+0000)
src/ChangeLog
patch
|
blob
|
history
src/flip.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 02b64b9cd9a98609a07a2aefdb4b71b0cbcddc00..51aec5716b610f4ce142173618ad42d46383da83 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+Mon May 2 22:16:51 2005 Ben Pfaff <blp@gnu.org>
+
+ * flip.c: [HAVE_SYS_TYPES_H] Include <sys/types.h>.
+
Mon May 2 22:02:52 2005 Ben Pfaff <blp@gnu.org>
* expressions/generate.pl: (get_token) Make use of /g
diff --git
a/src/flip.c
b/src/flip.c
index c882f29a80ed8d6a81c91a034772c16a78a95eea..73e1e7cb1140fcc45628c3e3c1a47d23d4dd484d 100644
(file)
--- a/
src/flip.c
+++ b/
src/flip.c
@@
-38,6
+38,9
@@
#include "var.h"
#include "vfm.h"
+#ifndef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
/* List of variable names. */
struct varname