diff options
author | Francois Andriot <[email protected]> | 2013-09-08 13:54:41 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-08 13:54:41 +0200 |
commit | f4cd558c4b862549864cf40aeb8c327d84824e91 (patch) | |
tree | 764469e27bf7fdb3a8167b9402232f04f0929109 | |
parent | 1c6aafac58307097f3265534b3f324f8d0568164 (diff) | |
download | kkbswitch-f4cd558c4b862549864cf40aeb8c327d84824e91.tar.gz kkbswitch-f4cd558c4b862549864cf40aeb8c327d84824e91.zip |
Fix FTBFS because missing include
-rw-r--r-- | kkbswitch/kbconfig.cpp | 2 |
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> |