mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
15 lines
317 B
C++
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>
|