diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-03-29 01:05:09 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-03-29 01:05:09 +0000 |
commit | ff6f88348c7498e83b0b143ef3737fd6eb0995e4 (patch) | |
tree | fbef3700d3e1230292cd814fc7f313613fb4b6ab /hw/xfree86/xf4bpp | |
parent | 52d9ce7f4fc599d30dec2e61fc1720597043d91c (diff) |
More warning cleanup.
Diffstat (limited to 'hw/xfree86/xf4bpp')
-rw-r--r-- | hw/xfree86/xf4bpp/ppcGetSp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/xf4bpp/ppcGetSp.c b/hw/xfree86/xf4bpp/ppcGetSp.c index 43f626f70..0c48de4c8 100644 --- a/hw/xfree86/xf4bpp/ppcGetSp.c +++ b/hw/xfree86/xf4bpp/ppcGetSp.c @@ -76,6 +76,7 @@ SOFTWARE. #include <xorg-config.h> #endif +#include <string.h> #include "xf4bpp.h" #include "OScompiler.h" #include "mfbmap.h" |