diff options
Diffstat (limited to 'fb/fbpseudocolor.c')
-rw-r--r-- | fb/fbpseudocolor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fb/fbpseudocolor.c b/fb/fbpseudocolor.c index ef40b7073..3e7b49cc6 100644 --- a/fb/fbpseudocolor.c +++ b/fb/fbpseudocolor.c @@ -2,6 +2,8 @@ #include <dix-config.h> #endif +#include <string.h> + #include <X11/X.h> #include <X11/Xproto.h> #include "scrnintstr.h" |