mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
b8ad016acf
- Take maintainership PR: ports/85036 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: portmgr (clement)
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
--- protoize.c.orig Fri Feb 27 01:39:03 1998
|
|
+++ protoize.c Wed Aug 17 21:22:15 2005
|
|
@@ -57,6 +57,7 @@
|
|
#define _POSIX_SOURCE
|
|
#endif
|
|
|
|
+#include <sys/cdefs.h>
|
|
#include <varargs.h>
|
|
/* On some systems stdio.h includes stdarg.h;
|
|
we must bring in varargs.h first. */
|