From: Bruno Haible Date: Thu, 29 Mar 2007 23:01:29 +0000 (+0000) Subject: Make it compile on AIX. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1036a1ce06b4db4555d078f52b04154f11fd1307;p=pspp Make it compile on AIX. --- diff --git a/ChangeLog b/ChangeLog index 230c3eab86..d01aaba4ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-29 Bruno Haible + + * tests/test-stat-time.c: Include , not . + 2007-03-29 Paul Eggert * 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 2d86b450e9..0f78886e62 100644 --- a/tests/test-stat-time.c +++ b/tests/test-stat-time.c @@ -21,11 +21,11 @@ #include "stat-time.h" +#include #include #include #include #include -#include #include #define ASSERT(condition) if (!(condition)) abort ()