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/mouse01/msmouse.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/libtests/mouse01/msmouse.c') 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"; -- cgit v1.2.3