Files
pkgsrc-ng/lang/cint/patches/patch-tool_makecint.cxx
2016-11-18 22:39:22 +01:00

17 lines
352 B
C++

$NetBSD: patch-tool_makecint.cxx,v 1.1 2016/09/28 10:00:27 kamil Exp $
Include missing headers.
--- tool/makecint.cxx.orig 2007-03-16 11:32:07.000000000 +0000
+++ tool/makecint.cxx
@@ -30,7 +30,9 @@
#define EXIT_SUCCESS 0
#endif
+#include <cstdlib>
#include <string>
+#include <cstring>
#include <iostream>
#include <fstream>
#include <list>