2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
	Add HAVE_CONFIG_H.
This commit is contained in:
Ralf Corsepius
2011-09-29 15:54:09 +00:00
parent 8d7aea0d28
commit 7cb170b32e
4 changed files with 17 additions and 0 deletions

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <bsp.h>
#include <stdlib.h>