freebsd-ports/print/trueprint/files/patch-src_getopt.c
Pietro Cerutti 353f78a456 - Update to 5.3
Approved by:	miwi (mentor)
2008-04-16 11:09:56 +00:00

12 lines
314 B
C

--- src/getopt.c.orig 2000-02-17 03:12:38.000000000 +0100
+++ src/getopt.c 2008-04-14 23:51:02.000000000 +0200
@@ -34,6 +34,8 @@
#include <config.h>
#endif
+#include <string.h>
+
#if !defined (__STDC__) || !__STDC__
/* This is a separate conditional since some stdc systems
reject `defined (const)'. */