diff options
author | joerg <joerg@pkgsrc.org> | 2011-09-25 19:40:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-09-25 19:40:28 +0000 |
commit | b0d095d1a580c3298a0605e6d726ed01ff62dc28 (patch) | |
tree | 2eb61ee4c1ba797c57fc87133f18f16f03aa43d4 /comms/birda | |
parent | 79c198f8e0ae07021cca7eed44b76dc694566bb5 (diff) | |
download | pkgsrc-b0d095d1a580c3298a0605e6d726ed01ff62dc28.tar.gz |
Add missing include
Diffstat (limited to 'comms/birda')
-rw-r--r-- | comms/birda/distinfo | 3 | ||||
-rw-r--r-- | comms/birda/patches/patch-src-iassrv.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/comms/birda/distinfo b/comms/birda/distinfo index 739fd33b1c2..983cb677db7 100644 --- a/comms/birda/distinfo +++ b/comms/birda/distinfo @@ -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 diff --git a/comms/birda/patches/patch-src-iassrv.c b/comms/birda/patches/patch-src-iassrv.c new file mode 100644 index 00000000000..641f9b380a4 --- /dev/null +++ b/comms/birda/patches/patch-src-iassrv.c @@ -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 |