diff options
Diffstat (limited to 'src/i810_dri.c')
-rw-r--r-- | src/i810_dri.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i810_dri.c b/src/i810_dri.c index 82fb0594..2257ee58 100644 --- a/src/i810_dri.c +++ b/src/i810_dri.c @@ -16,9 +16,12 @@ #include "config.h" #endif +#include <errno.h> +#include <stdio.h> +#include <string.h> + #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Priv.h" #include "xf86PciInfo.h" |