summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfifo05/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfifo05/init.c')
-rw-r--r--testsuites/sptests/spfifo05/init.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/sptests/spfifo05/init.c b/testsuites/sptests/spfifo05/init.c
index 8c2b9f8649..36094e17e4 100644
--- a/testsuites/sptests/spfifo05/init.c
+++ b/testsuites/sptests/spfifo05/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>