summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fspatheval/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fspatheval/test.c')
-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>