summaryrefslogtreecommitdiff
path: root/xkb/maprules.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2008-08-10 23:07:46 +0200
committerMatthieu Herrb <matthieu@bluenote.herrb.net>2008-08-10 23:07:46 +0200
commit2e2ce817ce404a5e000c9750fa96f656fed370b8 (patch)
tree07da13f2a6ba0dd799a80b27f3d5c90ff4243a2f /xkb/maprules.c
parent02efa78ce2da470b252289ff2af598d06bc84ece (diff)
Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.h
And make sure os.h is included in files that use it.
Diffstat (limited to 'xkb/maprules.c')
-rw-r--r--xkb/maprules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xkb/maprules.c b/xkb/maprules.c
index 4c947f004..b25d92901 100644
--- a/xkb/maprules.c
+++ b/xkb/maprules.c
@@ -46,6 +46,7 @@
#include "misc.h"
#include "inputstr.h"
#include "dix.h"
+#include "os.h"
#include "xkbstr.h"
#define XKBSRV_NEED_FILE_FUNCS
#include <xkbsrv.h>