summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/vga.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-09-11 05:15:08 +0000
committerKeith Packard <keithp@keithp.com>2003-09-11 05:15:08 +0000
commitce55d3234dc34157f0fc8059a6793cdd17fa4519 (patch)
tree1ace65e09f0f9310b918c2dee0439eb474a6a0c6 /hw/kdrive/src/vga.c
parent269b9dac5a96005fe38379377526592cb7930a51 (diff)
Move kdrive common sources to src dir
Diffstat (limited to 'hw/kdrive/src/vga.c')
-rw-r--r--hw/kdrive/src/vga.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/src/vga.c b/hw/kdrive/src/vga.c
index e826fbc4b..06b5d92b8 100644
--- a/hw/kdrive/src/vga.c
+++ b/hw/kdrive/src/vga.c
@@ -23,6 +23,9 @@
*/
/* $RCSId: xc/programs/Xserver/hw/kdrive/vga.c,v 1.2 1999/12/30 03:03:07 robin Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "vga.h"
#include <stdio.h>