From 32448524b6cfb42ec0c8b51f75f679e9ce2b0f98 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Sep 2011 03:07:21 +0000 Subject: =?UTF-8?q?2011-09-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fserror/test.c, fslink/test.c, fspatheval/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fstime/test.c, support/fstest_support.c, support/ramdisk_support.c: Explicitly include "pmacros.h". * support/fstest.h: Don't include "pmacros.h". --- testsuites/fstests/fserror/test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/fstests/fserror/test.c') diff --git a/testsuites/fstests/fserror/test.c b/testsuites/fstests/fserror/test.c index c262a37ad0..7c48024104 100644 --- a/testsuites/fstests/fserror/test.c +++ b/testsuites/fstests/fserror/test.c @@ -24,6 +24,7 @@ #include #include "fstest.h" +#include "pmacros.h" void open_mkdir_error (void) { -- cgit v1.2.3