summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/support/fstest.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/support/fstest.h')
-rw-r--r--testsuites/fstests/support/fstest.h3
1 files changed, 2 insertions, 1 deletions
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 <pmacros.h>
+
+#include "pmacros.h"
#define TIME_PRECISION (2)
#define TIME_EQUAL(x,y) (abs((x)-(y))<TIME_PRECISION)