22 lines
501 B
C
22 lines
501 B
C
|
--- src/snipe2d.h.orig Wed Jan 21 11:41:53 2004
|
||
|
+++ src/snipe2d.h Wed Jan 21 11:42:04 2004
|
||
|
@@ -36,14 +36,14 @@
|
||
|
//
|
||
|
//#include <windows.h>
|
||
|
#include <iostream>
|
||
|
-#include <linux/limits.h>
|
||
|
+#include <limits.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <math.h>
|
||
|
#include <string.h>
|
||
|
#include <libgen.h>
|
||
|
-#include <SDL/SDL.h>
|
||
|
-#include <SDL/SDL_image.h>
|
||
|
-#include <SDL/SDL_mixer.h>
|
||
|
+#include <SDL.h>
|
||
|
+#include <SDL_image.h>
|
||
|
+#include <SDL_mixer.h>
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/stat.h>
|
||
|
#include <fcntl.h>
|