summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-09-05 14:22:33 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-09-05 14:22:33 -0700
commit37b62a26716d3abf2ae07dd88cf54bc04d980bd8 (patch)
tree025ee1835a7b82f35ff1b1ae10e42a7ca1622875 /utils.h
parent36fecff588199a3a6c007f09ff709f3148d40f77 (diff)
downloadxorg-app-xkbcomp-37b62a26716d3abf2ae07dd88cf54bc04d980bd8.tar.gz
Check for strdup & strcasecmp before assuming we need to provide our own
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 71e0d11..0f38052 100644
--- a/utils.h
+++ b/utils.h
@@ -35,6 +35,7 @@
#include <X11/Xfuncs.h>
#include <stddef.h>
+#include "config.h"
#ifndef NUL
#define NUL '\0'