Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2002:
[Freeciv-Dev] PATCH: Missing Include File (PR#1224)
Home

[Freeciv-Dev] PATCH: Missing Include File (PR#1224)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] PATCH: Missing Include File (PR#1224)
From: Chris Richards <chrisr@xxxxxxxxxxxxxxxx>
Date: Fri, 11 Jan 2002 18:56:35 -0800 (PST)

Self-explanatory, except that I removed a tab character from the
"shared.h" line.  Save games are the same.

Index: nation.h
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/nation.h,v
retrieving revision 1.8
diff -u -r1.8 nation.h
--- nation.h    2001/12/25 23:58:12 1.8
+++ nation.h    2002/01/12 01:17:53
@@ -13,7 +13,8 @@
 #ifndef FC__NATION_H
 #define FC__NATION_H
 
-#include "shared.h"        /* MAX_LEN_NAME */
+#include "shared.h"             /* MAX_LEN_NAME */
+#include "terrain.h"            /* T_COUNT      */
 
 #define MAX_NUM_TECH_GOALS 10
 #define MAX_NUM_NATIONS  63



[Prev in Thread] Current Thread [Next in Thread]