summaryrefslogtreecommitdiff
path: root/xserver/os/strlcat.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-12-21 20:10:50 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-12-21 20:10:50 +0000
commit239364510e41b034ad6ecb6cb51120232e7166cc (patch)
tree37c3c57c97d3fda8179a0204d94318a738309cc0 /xserver/os/strlcat.c
parent9c0c4e62648084518b26f71ef3e5664454486b42 (diff)
Update to xorg-server 1.9.3. Tested by japser@, landry@ and ajacoutot@
in various configurations.
Diffstat (limited to 'xserver/os/strlcat.c')
-rw-r--r--xserver/os/strlcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/os/strlcat.c b/xserver/os/strlcat.c
index 91ceabb1c..7d53b0a6a 100644
--- a/xserver/os/strlcat.c
+++ b/xserver/os/strlcat.c
@@ -15,8 +15,8 @@
*/
-#ifdef HAVE_XORG_CONFIG_H
-#include <xorg-config.h>
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
#endif
#include <sys/types.h>