openbsd-ports/lang/js/patches/patch-src_getopt_c
pvalchev b4261b617b Import js-0.2.5
The NGS JavaScript interpreter is an independent implementation of the
JavaScript language, developed by Netscape et al. This implementation
is designed to be re-entrant, extendible, fast, and programmable.

Maintainer Jose Nazario <jose@crimelabs.net>
2002-10-22 22:17:02 +00:00

12 lines
386 B
Plaintext

$OpenBSD: patch-src_getopt_c,v 1.1.1.1 2002/10/22 22:17:02 pvalchev Exp $
--- src/getopt.c.orig Tue Oct 22 15:42:40 2002
+++ src/getopt.c Tue Oct 22 15:42:54 2002
@@ -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