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/patches | |
parent | 79c198f8e0ae07021cca7eed44b76dc694566bb5 (diff) | |
download | pkgsrc-b0d095d1a580c3298a0605e6d726ed01ff62dc28.tar.gz |
Add missing include
Diffstat (limited to 'comms/birda/patches')
-rw-r--r-- | comms/birda/patches/patch-src-iassrv.c | 12 |
1 files changed, 12 insertions, 0 deletions
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 |