diff options
Diffstat (limited to 'afb/afbpixmap.c')
-rw-r--r-- | afb/afbpixmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/afb/afbpixmap.c b/afb/afbpixmap.c index c6ae8481c..72482ff7f 100644 --- a/afb/afbpixmap.c +++ b/afb/afbpixmap.c @@ -58,6 +58,8 @@ SOFTWARE. #include <dix-config.h> #endif +#include <string.h> + #include <X11/Xmd.h> #include "scrnintstr.h" #include "pixmapstr.h" |