pkgsrc/x11/kdelibs4/patches/patch-kjs_interpreter.cpp
joerg 60707584d3 libc++ has swap for pairs already. Add missing include. Don't mess with
the ctype macros again, it breaks libc++ headers.
2013-05-06 15:03:19 +00:00

12 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