mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
ff049e43e4
PR: 24107 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
11 lines
240 B
C
11 lines
240 B
C
--- 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
|