Compilation fix for dependencies

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1875 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-11-23 19:05:12 +00:00
parent d3a107bb7c
commit 58e8194f40
3 changed files with 63 additions and 64 deletions

View File

@@ -34,7 +34,7 @@
#include "global.h"
#include "io.h"
#include "libraw2crtc.h"
#include "limits.h"
#include <limits.h>
#include "loadsave.h"
#include "misc.h"
#include "sdlscreen.h"