(PR#11630) civmanual i18n
"Gregory Berkolaiko" <[email protected]> Tue, 28 Dec 2004 20:54:16 -0800
| Newsgroups | gmane.games.freeciv.devel,gmane.games.freeciv.data |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1104296056-16920-2 Content-Type: text/plain; charset="utf-8" <URL: http://bugs.freeciv.org/Ticket/Display.html?id=11630 > > > This patch should fix the translation problem. > The patch missed an include. Will be committed immediately to restore compilability (huh, what a word I invented!) ------------=_1104296056-16920-2 Content-Type: text/plain; charset="ascii"; name="missing_include.diff" Content-Disposition: inline; filename="missing_include.diff" Content-Transfer-Encoding: 7bit Index: manual/civmanual.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/manual/civmanual.c,v retrieving revision 1.6 diff -u -r1.6 civmanual.c --- manual/civmanual.c 28 Dec 2004 23:05:09 -0000 1.6 +++ manual/civmanual.c 29 Dec 2004 04:20:48 -0000 @@ -22,6 +22,7 @@ #include <string.h> #include "astring.h" +#include "fciconv.h" #include "fcintl.h" #include "log.h" #include "mem.h" ------------=_1104296056-16920-2--