openbsd-ports/inputmethods/scim-fcitx/patches/patch-src_sp_cpp
kevlo 2ea672b75f Initial import of scim-fcitx 3.1.1
scim-fcitx is an scim IMEngine module for fcitx.

ok ajacoutot@
2008-10-29 02:24:17 +00:00

12 lines
317 B
Plaintext

$OpenBSD: patch-src_sp_cpp,v 1.1.1.1 2008/10/29 02:24:17 kevlo Exp $
--- src/sp.cpp.orig Sat Oct 25 15:36:52 2008
+++ src/sp.cpp Sat Oct 25 15:37:30 2008
@@ -11,6 +11,7 @@ using namespace scim;
#include <sys/stat.h>
#include <limits.h>
#include <ctype.h>
+#include <unistd.h>
#include "main.h"
#include "sp.h"