summaryrefslogtreecommitdiff
path: root/src/xkbcomp/xkbcomp.c
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-05-13 10:14:10 +0300
committerRan Benita <ran234@gmail.com>2012-05-19 02:21:26 +0300
commitdb3e8f2c0842aeaf1d00177c248ff908073fe73a (patch)
tree9ab9e55932a91a9a4ab12f057602ebfe41f2acb9 /src/xkbcomp/xkbcomp.c
parentb89b8e70237f401aa39b963313324f60396bdda8 (diff)
downloadlibxkbcommon-db3e8f2c0842aeaf1d00177c248ff908073fe73a.tar.gz
libxkbcommon-db3e8f2c0842aeaf1d00177c248ff908073fe73a.tar.bz2
libxkbcommon-db3e8f2c0842aeaf1d00177c248ff908073fe73a.zip
Create path.h for the path.c functions
No need to stash them in xkbcomp-priv.h; files which need the functions should explicitly include them. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'src/xkbcomp/xkbcomp.c')
-rw-r--r--src/xkbcomp/xkbcomp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xkbcomp/xkbcomp.c b/src/xkbcomp/xkbcomp.c
index e6f71c9..68e180f 100644
--- a/src/xkbcomp/xkbcomp.c
+++ b/src/xkbcomp/xkbcomp.c
@@ -27,6 +27,7 @@ authorization from the authors.
#include "xkbcomp-priv.h"
#include "rules.h"
#include "parseutils.h"
+#include "path.h"
/* Global warning level */
unsigned int warningLevel = 0;