summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-25 07:28:32 +0000
committertron <tron@openttd.org>2005-07-25 07:28:32 +0000
commit6bdedb51a699da153894c4a111c5112d6533c525 (patch)
treee2eba1ce0dcb0121e4c2cd4235e87e155f81e4b4 /settings.c
parent91f67d3bbe0fd733fd1baac936d9e4039d109425 (diff)
downloadopenttd-6bdedb51a699da153894c4a111c5112d6533c525.tar.xz
(svn r2706) Fix !WITH_NETWORK build
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index 7b5767f82..6f2a51962 100644
--- a/settings.c
+++ b/settings.c
@@ -3,6 +3,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "functions.h"
+#include "macros.h"
#include "screenshot.h"
#include "sound.h"
#include "spritecache.h"