openbsd-ports/audio/lopster/patches/patch-src_getopt_c
jasper 899540555a - fix potential 64-bit issues
- regen PLIST
- specify license version
2008-11-23 00:42:08 +00:00

12 lines
380 B
Plaintext

$OpenBSD: patch-src_getopt_c,v 1.1 2008/11/23 00:42:08 jasper Exp $
--- src/getopt.c.orig Sun Nov 23 01:34:51 2008
+++ src/getopt.c Sun Nov 23 01:37:18 2008
@@ -43,6 +43,7 @@
#endif
#include <stdio.h>
+#include <string.h>
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C