summaryrefslogtreecommitdiffstats
path: root/kkbswitch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-09-08 13:54:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-08 13:54:41 +0200
commitf4cd558c4b862549864cf40aeb8c327d84824e91 (patch)
tree764469e27bf7fdb3a8167b9402232f04f0929109 /kkbswitch
parent1c6aafac58307097f3265534b3f324f8d0568164 (diff)
downloadkkbswitch-f4cd558c4b862549864cf40aeb8c327d84824e91.tar.gz
kkbswitch-f4cd558c4b862549864cf40aeb8c327d84824e91.zip
Fix FTBFS because missing include
Diffstat (limited to 'kkbswitch')
-rw-r--r--kkbswitch/kbconfig.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kkbswitch/kbconfig.cpp b/kkbswitch/kbconfig.cpp
index 02594af..0113d1d 100644
--- a/kkbswitch/kbconfig.cpp
+++ b/kkbswitch/kbconfig.cpp
@@ -15,6 +15,8 @@
* *
***************************************************************************/
+#include <unistd.h>
+
#include <config.h>
#include <tdeversion.h>
#include <tdelocale.h>