pkgsrc-ng/games/xu4/patches/patch-src_u4file.cpp
2013-09-26 17:14:40 +02:00

15 lines
277 B
C++

$NetBSD: patch-src_u4file.cpp,v 1.1.1.1 2012/01/08 15:52:12 wiz Exp $
Add missing header.
--- src/u4file.cpp.orig 2004-11-29 05:38:26.000000000 +0000
+++ src/u4file.cpp
@@ -3,6 +3,7 @@
*/
#include <cctype>
+#include <stdlib.h>
#include "u4file.h"
#include "unzip.h"