diff options
author | Keith Packard <keithp@keithp.com> | 2003-09-11 05:15:08 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-09-11 05:15:08 +0000 |
commit | ce55d3234dc34157f0fc8059a6793cdd17fa4519 (patch) | |
tree | 1ace65e09f0f9310b918c2dee0439eb474a6a0c6 /hw/kdrive/src/kmap.c | |
parent | 269b9dac5a96005fe38379377526592cb7930a51 (diff) |
Move kdrive common sources to src dir
Diffstat (limited to 'hw/kdrive/src/kmap.c')
-rw-r--r-- | hw/kdrive/src/kmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/src/kmap.c b/hw/kdrive/src/kmap.c index 4b147a946..53cc5bd37 100644 --- a/hw/kdrive/src/kmap.c +++ b/hw/kdrive/src/kmap.c @@ -23,6 +23,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/kmap.c,v 1.10 2001/07/24 21:26:17 keithp Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "kdrive.h" #ifdef linux |