diff options
Diffstat (limited to 'src/dummy_driver.c')
-rw-r--r-- | src/dummy_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dummy_driver.c b/src/dummy_driver.c index acec578..0c5fd71 100644 --- a/src/dummy_driver.c +++ b/src/dummy_driver.c @@ -4,6 +4,10 @@ * Copyright 2002, SuSE Linux AG, Author: Egbert Eich */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* All drivers should typically include these */ #include "xf86.h" #include "xf86_OSproc.h" |