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