mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
13 lines
318 B
Diff
13 lines
318 B
Diff
|
diff --git a/src/scim_hangul_imengine.cpp b/src/scim_hangul_imengine.cpp
|
||
|
index 7d70654..d678902 100644
|
||
|
--- a/src/scim_hangul_imengine.cpp
|
||
|
+++ b/src/scim_hangul_imengine.cpp
|
||
|
@@ -30,6 +30,7 @@
|
||
|
#define Uses_SCIM_CONFIG_BASE
|
||
|
|
||
|
#include <cstring>
|
||
|
+#include <unistd.h>
|
||
|
#ifdef HAVE_CONFIG_H
|
||
|
#include <config.h>
|
||
|
#endif
|