diff options
Diffstat (limited to 'src/r128_probe.c')
-rw-r--r-- | src/r128_probe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/r128_probe.c b/src/r128_probe.c index ff6f75e..daad9db 100644 --- a/src/r128_probe.c +++ b/src/r128_probe.c @@ -32,6 +32,8 @@ #include "config.h" #endif +#include <string.h> + /* * Authors: * Rickard E. Faith <faith@valinux.com> @@ -48,7 +50,6 @@ #include "atipciids.h" #include "xf86.h" -#include "xf86_ansic.h" #include "xf86Resources.h" #include "r128_chipset.h" |