Include config.h.

This commit is contained in:
Markus Armbruster 2005-12-27 18:04:19 +00:00
parent ea820f3b99
commit 3aebb68ee7
350 changed files with 714 additions and 0 deletions

View file

@ -31,6 +31,7 @@
* Steve McClure, 1998-1999
*
*/
/*
* Check to see if an actor has a treaty forbidding a given action,
* and if so, see if the actor wishes to break the treaty.
@ -39,6 +40,8 @@
* but no mention of broken pending treaties are made in the news.
*/
#include <config.h>
#include "misc.h"
#include "treaty.h"
#include "nat.h"