forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
373 B
C++
10 lines
373 B
C++
--- 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>
|