mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 02:38:54 -04:00
15 lines
277 B
C++
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"
|