(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819

This commit is contained in:
tron
2005-08-12 12:47:35 +00:00
parent bdff0fa2d2
commit d7eaf35357
2 changed files with 1 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
#include "player.h"
#include "saveload.h"
#include "variables.h"
#include <setjmp.h>
enum {
SAVEGAME_MAJOR_VERSION = 16,