diff options
Diffstat (limited to 'hw/xfree86/int10/pci.c')
-rw-r--r-- | hw/xfree86/int10/pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/int10/pci.c b/hw/xfree86/int10/pci.c index f35bd7233..520df1495 100644 --- a/hw/xfree86/int10/pci.c +++ b/hw/xfree86/int10/pci.c @@ -9,9 +9,10 @@ #include <xorg-config.h> #endif +#include <string.h> + #include "xf86Pci.h" #include "xf86.h" -#include "xf86_ansic.h" #define _INT10_PRIVATE #include "xf86int10.h" |