blob: b755357f821c9d7b56ab87cf48307fa509a16bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.2 2010/02/13 06:28:21 obache Exp $
--- common/safe_strsig.cc.orig 2009-06-25 16:00:55.000000000 +0000
+++ common/safe_strsig.cc
@@ -19,6 +19,7 @@
#include <common/ac/stdio.h>
#include <common/ac/stdlib.h>
#include <common/ac/string.h>
+#include <common/ac/unistd.h>
#include <common/safe_strsig.h>
|