diff options
Diffstat (limited to 'net/dnrd/files/patch-args.c')
-rw-r--r-- | net/dnrd/files/patch-args.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/dnrd/files/patch-args.c b/net/dnrd/files/patch-args.c new file mode 100644 index 000000000000..83b672347fa6 --- /dev/null +++ b/net/dnrd/files/patch-args.c @@ -0,0 +1,10 @@ +--- args.c.orig Sat Jan 6 14:54:15 2001 ++++ args.c Sat Jan 6 14:54:57 2001 +@@ -25,6 +25,7 @@ + #include <stdarg.h> + #include <stdio.h> + #include <stdlib.h> ++#include <unistd.h> + #if defined(__GNU_LIBRARY__) + # include <getopt.h> + #endif |