1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/lang/gcc28/files/patch-24
Pav Lucistnik b8ad016acf - Unbreak on 6.0
- Take maintainership

PR:		ports/85036
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
Approved by:	portmgr (clement)
2005-08-17 12:03:59 +00:00

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. */