2013-09-26 17:14:40 +02:00

15 lines
317 B
C++

$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>