summaryrefslogtreecommitdiff
path: root/inputmethod/scim-fcitx/patches/patch-src_sp.cpp
blob: ec390ef3e17bc86e77b7c3c39972222e99bda8b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_sp.cpp,v 1.1 2013/03/25 12:55:04 obache Exp $

* require unistd.h for access(2)

--- src/sp.cpp.orig	2005-05-08 16:11:29.000000000 +0000
+++ src/sp.cpp
@@ -8,6 +8,7 @@
 using namespace scim;
 
 #include <stdio.h>
+#include <unistd.h>
 #include <sys/stat.h>
 #include <limits.h>
 #include <ctype.h>