From d7eaf353571a9cf2797c69fda32546cc0daa66f1 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 12 Aug 2005 12:47:35 +0000 Subject: (svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819 --- saveload.c | 1 + saveload.h | 2 -- 2 files changed, 1 insertion(+), 2 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 enum { SAVEGAME_MAJOR_VERSION = 16, diff --git a/saveload.h b/saveload.h index f6e053be8..5dd6888a9 100644 --- a/saveload.h +++ b/saveload.h @@ -3,8 +3,6 @@ #ifndef SAVELOAD_H #define SAVELOAD_H -#include - typedef enum SaveOrLoadResult { SL_OK = 0, // completed successfully SL_ERROR = 1, // error that was caught before internal structures were modified -- cgit v1.2.3-70-g09d2