diff options
Diffstat (limited to 'hw/kdrive/linux/agp.c')
-rw-r--r-- | hw/kdrive/linux/agp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/linux/agp.c b/hw/kdrive/linux/agp.c index 37fa7f10c..6f4482c03 100644 --- a/hw/kdrive/linux/agp.c +++ b/hw/kdrive/linux/agp.c @@ -41,6 +41,9 @@ of the copyright holder. * Author: Pontus Lidman <pontus.lidman@nokia.com> (adaption to KDrive) and others */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/X.h> #include <unistd.h> |