summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/nsecs/empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/nsecs/empty.c')
-rw-r--r--testsuites/samples/nsecs/empty.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/samples/nsecs/empty.c b/testsuites/samples/nsecs/empty.c
index 8600ec9f8f..1713c4557f 100644
--- a/testsuites/samples/nsecs/empty.c
+++ b/testsuites/samples/nsecs/empty.c
@@ -8,6 +8,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/* put here hoping it won't get inlined */
void dummy_function_empty_body_to_force_call(void) {}