freebsd-ports/games/hex-a-hop/files/patch-src-i18n.h
Emanuel Haupt f992430347 Update to 1.1.0
PR:		150074
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	Jamie Landeg Jones <jamie@bishopston.net> (maintainer)
2010-09-02 11:12:06 +00:00

10 lines
153 B
C

--- src/i18n.h~
+++ src/i18n.h
@@ -20,6 +20,7 @@
#ifdef USE_GETTEXT
+#include <iconv.h>
#include <libintl.h>
#define _(String) gettext (String)