[Freeciv-Dev] (PR#11630) civmanual i18n
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<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!)
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"
|
|