]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/init.h
Do not use DESTDIR in PREFIX, but only in the install target.
[quix0rs-blobwars.git] / src / init.h
old mode 100755 (executable)
new mode 100644 (file)
index 2b6baaa..e7aa19e
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2010 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #endif
 #include <time.h>
 #include "headers.h"
-#include "SDL_thread.h"
+#include <SDL/SDL_thread.h>
 
 extern SDL_Surface *loadImage(const char *filename);