From: Tobias Gläßer Date: Tue, 16 Mar 2004 21:12:36 +0000 (+0000) Subject: consistent SDL include X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=44409b4e6a24ba712cffcef2316dccba3c46e052;p=supertux.git consistent SDL include SVN-Revision: 254 --- diff --git a/src/type.h b/src/type.h index 8d02c50dc..cde7d783a 100644 --- a/src/type.h +++ b/src/type.h @@ -13,7 +13,7 @@ #ifndef SUPERTUX_TYPE_H #define SUPERTUX_TYPE_H -#include +#include "SDL.h" /* 'Base' type for game objects */