Add missing include
This commit is contained in:
parent
79c198f8e0
commit
b0d095d1a5
2 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.17 2007/12/31 07:37:46 obache Exp $
|
||||
$NetBSD: distinfo,v 1.18 2011/09/25 19:40:28 joerg Exp $
|
||||
|
||||
SHA1 (birda-1.3.tar.gz) = c72a2e05153f82e9e27e5cf36970a49ae122dbfe
|
||||
RMD160 (birda-1.3.tar.gz) = b53823b22db733a65cea515eadca59aa1024c96a
|
||||
Size (birda-1.3.tar.gz) = 57848 bytes
|
||||
SHA1 (patch-aa) = 5dc29878d541f354d5ed4b0cc910ca6d57d498fe
|
||||
SHA1 (patch-src-iassrv.c) = 538b6af337d278e1d435109b1651a97223979dc6
|
||||
|
|
12
comms/birda/patches/patch-src-iassrv.c
Normal file
12
comms/birda/patches/patch-src-iassrv.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-src-iassrv.c,v 1.1 2011/09/25 19:40:28 joerg Exp $
|
||||
|
||||
--- src/iassrv.c.orig 2011-09-25 08:59:49.000000000 +0000
|
||||
+++ src/iassrv.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <ias.h>
|
||||
|
||||
#include <string.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
/**********************************************************************
|
||||
* Constants
|
Loading…
Reference in a new issue