diff options
Diffstat (limited to 'hw/kdrive/itsy/itsy.c')
-rw-r--r-- | hw/kdrive/itsy/itsy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/itsy/itsy.c b/hw/kdrive/itsy/itsy.c index 45553e55d..ef8ca6dad 100644 --- a/hw/kdrive/itsy/itsy.c +++ b/hw/kdrive/itsy/itsy.c @@ -23,6 +23,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/itsy/itsy.c,v 1.2 1999/12/30 03:03:09 robin Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "itsy.h" /* struct with LCD characteristics defined in fb_brutus.h */ |