(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819
authortron
Fri, 12 Aug 2005 12:47:35 +0000
changeset 2335 1222aa57deb7
parent 2334 b4e5c353bf38
child 2336 48ace1344af0
(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819
saveload.c
saveload.h
--- a/saveload.c	Fri Aug 12 06:37:48 2005 +0000
+++ b/saveload.c	Fri Aug 12 12:47:35 2005 +0000
@@ -26,6 +26,7 @@
 #include "player.h"
 #include "saveload.h"
 #include "variables.h"
+#include <setjmp.h>
 
 enum {
 	SAVEGAME_MAJOR_VERSION = 16,
--- a/saveload.h	Fri Aug 12 06:37:48 2005 +0000
+++ b/saveload.h	Fri Aug 12 12:47:35 2005 +0000
@@ -3,8 +3,6 @@
 #ifndef SAVELOAD_H
 #define SAVELOAD_H
 
-#include <setjmp.h>
-
 typedef enum SaveOrLoadResult {
 	SL_OK = 0, // completed successfully
 	SL_ERROR = 1, // error that was caught before internal structures were modified