1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

korean/scim-hangul: add <unistd.h> for modern compilers

Approved by:	portmgr (bapt, implicit)
This commit is contained in:
John Marino 2013-10-02 20:12:35 +00:00
parent a77c4f2429
commit 6a4ec02e94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329105

View File

@ -0,0 +1,10 @@
--- src/scim_hangul_imengine.cpp.orig 2012-07-08 11:16:59.000000000 +0000
+++ src/scim_hangul_imengine.cpp
@@ -33,6 +33,7 @@
#include <config.h>
#endif
+#include <unistd.h>
#include <cstring>
#include <scim.h>
#include "scim_hangul_imengine.h"