summaryrefslogtreecommitdiff
path: root/fb/fb24_32.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-02-10 22:00:30 +0000
committerEric Anholt <anholt@freebsd.org>2006-02-10 22:00:30 +0000
commitc3d14036729fd186d4ec7ca1de603e1f2d174e2f (patch)
tree6fc1290e4da4a16eea3c10c250d302df6b9e98c2 /fb/fb24_32.c
parenta8cec1b656f57746758613213de1d6e5acb79451 (diff)
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
of (marginal) use in the drivers, and that usage remains.
Diffstat (limited to 'fb/fb24_32.c')
-rw-r--r--fb/fb24_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fb24_32.c b/fb/fb24_32.c
index 214e2e6dd..d18ef70ce 100644
--- a/fb/fb24_32.c
+++ b/fb/fb24_32.c
@@ -27,9 +27,9 @@
#include <dix-config.h>
#endif
+#include <string.h>
#ifdef XFree86LOADER
#include "xf86.h"
-#include "xf86_ansic.h"
#endif
#include "fb.h"