summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios06/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/termios06/init.c')
-rw-r--r--testsuites/libtests/termios06/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/termios06/init.c b/testsuites/libtests/termios06/init.c
index 37ec1f7951..32e767f5df 100644
--- a/testsuites/libtests/termios06/init.c
+++ b/testsuites/libtests/termios06/init.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include "test_support.h"
#include "termios_testdriver_polled.h"