From 7cb170b32e24cbd18a0c61a7e7c173036872fa72 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Sep 2011 15:54:09 +0000 Subject: =?UTF-8?q?2011-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c: Add HAVE_CONFIG_H. --- testsuites/libtests/ChangeLog | 5 +++++ testsuites/libtests/mouse01/init.c | 4 ++++ testsuites/libtests/mouse01/msmouse.c | 4 ++++ testsuites/libtests/mouse01/serial_mouse_config.c | 4 ++++ 4 files changed, 17 insertions(+) (limited to 'testsuites') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 7d6a7f6264..186ee085b8 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,8 @@ +2011-09-29 Ralf Corsépius + + * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c: + Add HAVE_CONFIG_H. + 2011-09-16 Sebastian Huber * monitor/monitor.scn, termios/termios.scn: New files. diff --git a/testsuites/libtests/mouse01/init.c b/testsuites/libtests/mouse01/init.c index c4d35a8a83..8b8747aed8 100644 --- a/testsuites/libtests/mouse01/init.c +++ b/testsuites/libtests/mouse01/init.c @@ -9,6 +9,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include diff --git a/testsuites/libtests/mouse01/msmouse.c b/testsuites/libtests/mouse01/msmouse.c index dc7ad36a09..202f6da9f8 100644 --- a/testsuites/libtests/mouse01/msmouse.c +++ b/testsuites/libtests/mouse01/msmouse.c @@ -9,6 +9,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include const char *Mouse_Type_Long = "Microsoft Mouse"; diff --git a/testsuites/libtests/mouse01/serial_mouse_config.c b/testsuites/libtests/mouse01/serial_mouse_config.c index 1fc4ac594d..b34c03017b 100644 --- a/testsuites/libtests/mouse01/serial_mouse_config.c +++ b/testsuites/libtests/mouse01/serial_mouse_config.c @@ -13,6 +13,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "tmacros.h" #include #include "termios_testdriver_intr.h" -- cgit v1.2.3