mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
318 B
C++
13 lines
318 B
C++
$NetBSD: patch-kjs_interpreter.cpp,v 1.1 2013/05/06 15:03:19 joerg Exp $
|
|
|
|
--- kjs/interpreter.cpp.orig 2013-05-03 23:52:06.000000000 +0000
|
|
+++ kjs/interpreter.cpp
|
|
@@ -63,6 +63,7 @@
|
|
#include <math.h>
|
|
#include <signal.h>
|
|
#include <stdio.h>
|
|
+#include <cstdlib>
|
|
#if defined(HAVE_UNISTD_H)
|
|
#include <unistd.h>
|
|
#endif
|