projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8597e37
)
Make it compile on AIX.
author
Bruno Haible
<bruno@clisp.org>
Thu, 29 Mar 2007 23:01:29 +0000
(23:01 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Thu, 29 Mar 2007 23:01:29 +0000
(23:01 +0000)
ChangeLog
patch
|
blob
|
history
tests/test-stat-time.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 230c3eab86b6aef0ef2e0fd79b38092ad5e3a904..d01aaba4ef1e1e8a5d23b7ca119165e68d7963de 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-03-29 Bruno Haible <bruno@clisp.org>
+
+ * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
+
2007-03-29 Paul Eggert <eggert@cs.ucla.edu>
* lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
diff --git
a/tests/test-stat-time.c
b/tests/test-stat-time.c
index 2d86b450e9f2e611fadebe165e657c3c9b85d61a..0f78886e6224a08a6bb35989443a4babce784ff8 100644
(file)
--- a/
tests/test-stat-time.c
+++ b/
tests/test-stat-time.c
@@
-21,11
+21,11
@@
#include "stat-time.h"
+#include <fcntl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
-#include <sys/fcntl.h>
#include <unistd.h>
#define ASSERT(condition) if (!(condition)) abort ()