diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 56037110a..d38edc432 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -146,6 +146,9 @@ cat > sdksyms.c << EOF # include "xf86sbusBus.h" #endif +// needed for various graphics drivers +#include "dgaproc.h" +#include "xf86MatchDrivers.h" /* hw/xfree86/ramdac/Makefile.am */ #include "xf86Cursor.h"