diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-03-22 23:24:03 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-03-22 23:24:03 +0000 |
commit | fdfce49c54dabf0f6b0d20aa7e5eeb62b5b57eda (patch) | |
tree | e0fd660472ac0ab58a0587c8d32a73d6b5da6723 /src/i810_video.c | |
parent | 58817c9909ba659d0070afab0ff7f4e26f722403 (diff) |
Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.
Diffstat (limited to 'src/i810_video.c')
-rw-r--r-- | src/i810_video.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i810_video.c b/src/i810_video.c index f420d2f2..769db0f2 100644 --- a/src/i810_video.c +++ b/src/i810_video.c @@ -38,10 +38,11 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "config.h" #endif +#include <string.h> + #include "xf86.h" #include "xf86_OSproc.h" #include "xf86Resources.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" |