diff options
author | Pekka Paalanen <ppaalanen@gmail.com> | 2011-12-05 15:58:11 +0200 |
---|---|---|
committer | Pekka Paalanen <ppaalanen@gmail.com> | 2011-12-08 10:25:12 +0200 |
commit | c1765c67b394ec82c5d576140e0e297088deaabb (patch) | |
tree | c1dbd63e13f96c3061b79054f246a601d1bb0d73 /clients/tablet-shell.c | |
parent | 02dfb7514547e48045e20ed57f361cfc7826ada3 (diff) |
move config parser to a convenience library
Create a new directory for convenience librariers that can be shared
between compositor components and clients.
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Diffstat (limited to 'clients/tablet-shell.c')
-rw-r--r-- | clients/tablet-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/tablet-shell.c b/clients/tablet-shell.c index bce0a80..d6e0789 100644 --- a/clients/tablet-shell.c +++ b/clients/tablet-shell.c @@ -27,6 +27,7 @@ #include "window.h" #include "cairo-util.h" +#include "../shared/configparser.h" #include "tablet-shell-client-protocol.h" |