summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/POSIX/fstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/POSIX/fstat.c')
-rw-r--r--testsuites/libtests/POSIX/fstat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/POSIX/fstat.c b/testsuites/libtests/POSIX/fstat.c
index f734917bf7..29c38d6eae 100644
--- a/testsuites/libtests/POSIX/fstat.c
+++ b/testsuites/libtests/POSIX/fstat.c
@@ -6,6 +6,10 @@
* is freely granted, provided that this notice is preserved.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>