summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfifo04/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfifo04/init.c')
-rw-r--r--testsuites/sptests/spfifo04/init.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/sptests/spfifo04/init.c b/testsuites/sptests/spfifo04/init.c
index 3bcdef09e3..628d9808a5 100644
--- a/testsuites/sptests/spfifo04/init.c
+++ b/testsuites/sptests/spfifo04/init.c
@@ -9,7 +9,10 @@
* $Id$
*/
-/* Includes */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <bsp.h>
#include <tmacros.h>
#include <stdio.h>