[Freeciv-Dev] PATCH: Missing Include File (PR#1224)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
- [Freeciv-Dev] PATCH: Missing Include File (PR#1224),
Chris Richards <=
|
|