summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-12 12:47:35 +0000
committertron <tron@openttd.org>2005-08-12 12:47:35 +0000
commitd7eaf353571a9cf2797c69fda32546cc0daa66f1 (patch)
tree528ce5f2808de1bc082b7d48c0c6f447345d6331 /saveload.c
parentbdff0fa2d2ac1b00ac9e03a48ff19c0d3ef6b032 (diff)
downloadopenttd-d7eaf353571a9cf2797c69fda32546cc0daa66f1.tar.xz
(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/saveload.c b/saveload.c
index 8cce68d44..8ae995959 100644
--- a/saveload.c
+++ b/saveload.c
@@ -26,6 +26,7 @@
#include "player.h"
#include "saveload.h"
#include "variables.h"
+#include <setjmp.h>
enum {
SAVEGAME_MAJOR_VERSION = 16,