summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Hlusiak <saschahlusiak@arcor.de>2008-09-28 16:41:17 +0200
committerSascha Hlusiak <saschahlusiak@arcor.de>2008-09-28 16:41:17 +0200
commitebf31b61b3d1d9ad0048429a75b99bf5952ad6b8 (patch)
treec30c3c4eda6ade4d4fbe275eeeaf3f60022b2cb5
parent3794afd9784480fa503cbffa16382c0e38e1fa8b (diff)
jstk_key.c: missing include
xf86optionListDup is defined in xf86Optrec.h
-rw-r--r--src/jstk_key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jstk_key.c b/src/jstk_key.c
index b0efffa..99ff22b 100644
--- a/src/jstk_key.c
+++ b/src/jstk_key.c
@@ -35,6 +35,7 @@
#include <X11/extensions/XKBsrv.h>
#include <X11/keysym.h>
#include <X11/XF86keysym.h>
+#include <xf86Optrec.h>
#include "jstk.h"
#include "jstk_key.h"