Make it compile on AIX.
authorBruno Haible <bruno@clisp.org>
Thu, 29 Mar 2007 23:01:29 +0000 (23:01 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 29 Mar 2007 23:01:29 +0000 (23:01 +0000)
ChangeLog
tests/test-stat-time.c

index 230c3ea..d01aaba 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,
index 2d86b45..0f78886 100644 (file)
 
 #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 ()