14 lines
370 B
Text
14 lines
370 B
Text
$NetBSD: patch-ag,v 1.1 2011/01/29 21:15:11 markd Exp $
|
|
|
|
fix build with gcc4.3
|
|
|
|
--- lib/utf8/utf8util.cpp.orig 2006-11-18 10:52:26.000000000 +0000
|
|
+++ lib/utf8/utf8util.cpp
|
|
@@ -26,6 +26,7 @@
|
|
----------------------------------------------------------------------------*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "utf8util.h"
|
|
#include "utf8.h"
|
|
#ifdef WIN32
|