summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/support/fstest.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-07 07:39:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-07 07:39:18 +0000
commit88e2a3623c6a5c07c3c8cea2c34074e96b184ad3 (patch)
tree54560b4b289042fcd606899dac6d481003507116 /testsuites/fstests/support/fstest.h
parent2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-88e2a3623c6a5c07c3c8cea2c34074e96b184ad3.tar.bz2
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/fstest.h: Include "pmacros.h".
Diffstat (limited to '')
-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)