openbsd-ports/lang/js/patches/patch-examples_simple_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
281 B
Plaintext

$OpenBSD: patch-examples_simple_c,v 1.1.1.1 2002/10/22 22:17:02 pvalchev Exp $
--- examples/simple.c.orig Tue Oct 22 15:43:22 2002
+++ examples/simple.c Tue Oct 22 15:43:31 2002
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <js.h>