summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 10:58:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 10:58:44 +0000
commite3135514a833b0b2ca5798491f521be3f0e61daa (patch)
tree9cf7412ed94d00c684275211a5bd9220612385c5 /testsuites/samples/capture
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e3135514a833b0b2ca5798491f521be3f0e61daa.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/samples/capture')
-rw-r--r--testsuites/samples/capture/init.c4
-rw-r--r--testsuites/samples/capture/test1.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/samples/capture/init.c b/testsuites/samples/capture/init.c
index 878051f08f..dedc0b784a 100644
--- a/testsuites/samples/capture/init.c
+++ b/testsuites/samples/capture/init.c
@@ -22,6 +22,10 @@
#define CONFIGURE_INIT
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/testsuites/samples/capture/test1.c b/testsuites/samples/capture/test1.c
index a3ce4e274e..5f499bd23c 100644
--- a/testsuites/samples/capture/test1.c
+++ b/testsuites/samples/capture/test1.c
@@ -17,6 +17,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "system.h"
#include <stdio.h>
#include <stdlib.h>