summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fspatheval
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-07 07:42:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-07 07:42:12 +0000
commitd9578055d8b8435fc49b544d37476798220b5dee (patch)
treec9da460423162f02c875f4e2a1c2d5b0a92f7113 /testsuites/fstests/fspatheval
parent2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d9578055d8b8435fc49b544d37476798220b5dee.tar.bz2
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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: Add config-header support.
Diffstat (limited to 'testsuites/fstests/fspatheval')
-rw-r--r--testsuites/fstests/fspatheval/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/fstests/fspatheval/test.c b/testsuites/fstests/fspatheval/test.c
index 70dafbcbfc..0464fedd14 100644
--- a/testsuites/fstests/fspatheval/test.c
+++ b/testsuites/fstests/fspatheval/test.c
@@ -8,6 +8,11 @@
*
* $Id$
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>