From 1036a1ce06b4db4555d078f52b04154f11fd1307 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 29 Mar 2007 23:01:29 +0000 Subject: [PATCH] Make it compile on AIX. --- ChangeLog | 4 ++++ tests/test-stat-time.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 230c3eab8..d01aaba4e 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 2d86b450e..0f78886e6 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 () -- 2.11.0