From 88e2a3623c6a5c07c3c8cea2c34074e96b184ad3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 7 Sep 2011 07:39:18 +0000 Subject: =?UTF-8?q?2011-09-07=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * support/fstest.h: Include "pmacros.h". --- testsuites/fstests/ChangeLog | 1 + testsuites/fstests/support/fstest.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/fstests/ChangeLog b/testsuites/fstests/ChangeLog index 3c04c22e9f..37ca013584 100644 --- a/testsuites/fstests/ChangeLog +++ b/testsuites/fstests/ChangeLog @@ -1,5 +1,6 @@ 2011-09-07 Ralf Corsépius + * support/fstest.h: Include "pmacros.h". * fserror/fserror.doc, fserror/test.c, fslink/fslink.doc, fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c, fspermission/fspermission.doc, fspermission/test.c, diff --git a/testsuites/fstests/support/fstest.h b/testsuites/fstests/support/fstest.h index d197851dce..339fc594e7 100644 --- a/testsuites/fstests/support/fstest.h +++ b/testsuites/fstests/support/fstest.h @@ -15,7 +15,8 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include + +#include "pmacros.h" #define TIME_PRECISION (2) #define TIME_EQUAL(x,y) (abs((x)-(y))