summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/malloc02/init.c')
-rw-r--r--testsuites/libtests/malloc02/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/malloc02/init.c b/testsuites/libtests/malloc02/init.c
index 7a00cb9082..b9025f6a5f 100644
--- a/testsuites/libtests/malloc02/init.c
+++ b/testsuites/libtests/malloc02/init.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
volatile bool operation_performed_from_tsr;