summaryrefslogtreecommitdiff
path: root/miext
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 /miext
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 'miext')
-rw-r--r--miext/cw/cw.c2
-rw-r--r--miext/cw/cw_ops.c2
-rw-r--r--miext/cw/cw_render.c2
-rwxr-xr-xmiext/damage/damage.c2
-rw-r--r--miext/shadow/shadow.c2
-rw-r--r--miext/shadow/shpacked.c2
-rw-r--r--miext/shadow/shplanar.c2
-rw-r--r--miext/shadow/shplanar8.c2
-rw-r--r--miext/shadow/shrotpack.h2
9 files changed, 18 insertions, 0 deletions
diff --git a/miext/cw/cw.c b/miext/cw/cw.c
index 4ebf8ab8a..ebc9a6f96 100644
--- a/miext/cw/cw.c
+++ b/miext/cw/cw.c
@@ -25,6 +25,8 @@
#include <dix-config.h>
#endif
+#include <string.h>
+
#include "gcstruct.h"
#include "windowstr.h"
#include "cw.h"
diff --git a/miext/cw/cw_ops.c b/miext/cw/cw_ops.c
index 80168a336..6ba804bb3 100644
--- a/miext/cw/cw_ops.c
+++ b/miext/cw/cw_ops.c
@@ -25,6 +25,8 @@
#include <dix-config.h>
#endif
+#include <stdlib.h>
+
#include "gcstruct.h"
#include "cw.h"
diff --git a/miext/cw/cw_render.c b/miext/cw/cw_render.c
index 82ca006d2..beb906081 100644
--- a/miext/cw/cw_render.c
+++ b/miext/cw/cw_render.c
@@ -25,6 +25,8 @@
#include <dix-config.h>
#endif
+#include <string.h>
+
#include "gcstruct.h"
#include "windowstr.h"
#include "cw.h"
diff --git a/miext/damage/damage.c b/miext/damage/damage.c
index a1ac01a50..f8e95bdda 100755
--- a/miext/damage/damage.c
+++ b/miext/damage/damage.c
@@ -26,6 +26,8 @@
#include <dix-config.h>
#endif
+#include <stdlib.h>
+
#include <X11/X.h>
#include "scrnintstr.h"
#include "windowstr.h"
diff --git a/miext/shadow/shadow.c b/miext/shadow/shadow.c
index d3d9135a5..b4a739ba4 100644
--- a/miext/shadow/shadow.c
+++ b/miext/shadow/shadow.c
@@ -26,6 +26,8 @@
#include <dix-config.h>
#endif
+#include <stdlib.h>
+
#include <X11/X.h>
#include "scrnintstr.h"
#include "windowstr.h"
diff --git a/miext/shadow/shpacked.c b/miext/shadow/shpacked.c
index 8989760d7..1af55bbc4 100644
--- a/miext/shadow/shpacked.c
+++ b/miext/shadow/shpacked.c
@@ -26,6 +26,8 @@
#include <dix-config.h>
#endif
+#include <stdlib.h>
+
#include <X11/X.h>
#include "scrnintstr.h"
#include "windowstr.h"
diff --git a/miext/shadow/shplanar.c b/miext/shadow/shplanar.c
index 3a8f05a85..529f35c57 100644
--- a/miext/shadow/shplanar.c
+++ b/miext/shadow/shplanar.c
@@ -26,6 +26,8 @@
#include <dix-config.h>
#endif
+#include <stdlib.h>
+
#include <X11/X.h>
#include "scrnintstr.h"
#include "windowstr.h"
diff --git a/miext/shadow/shplanar8.c b/miext/shadow/shplanar8.c
index fc45a8086..8db584b43 100644
--- a/miext/shadow/shplanar8.c
+++ b/miext/shadow/shplanar8.c
@@ -26,6 +26,8 @@
#include <dix-config.h>
#endif
+#include <stdlib.h>
+
#include <X11/X.h>
#include "scrnintstr.h"
#include "windowstr.h"
diff --git a/miext/shadow/shrotpack.h b/miext/shadow/shrotpack.h
index 7ed94fc1f..7f3f24111 100644
--- a/miext/shadow/shrotpack.h
+++ b/miext/shadow/shrotpack.h
@@ -31,6 +31,8 @@
#include <dix-config.h>
#endif
+#include <stdlib.h>
+
#include <X11/X.h>
#include "scrnintstr.h"
#include "windowstr.h"