blob: be1f31503d99c85b66f152b73aa7eaae6099e488 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- default_plugin/defaultplugin.cpp.orig 2013-11-15 21:38:08.000000000 +0800
+++ default_plugin/defaultplugin.cpp 2013-11-15 21:38:26.000000000 +0800
@@ -16,6 +16,7 @@
***************************************************************************/
#include <config.h>
+#include <unistd.h>
#include <lineak/lconfig.h>
#include <lineak/lkbd.h>
#include <lineak/lkey.h>
|