You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
313 B
11 lines
313 B
--- src/video_out/video_out_sdl.c 2003-02-14 15:47:37.000000000 +0100 |
|
+++ src/video_out/video_out_sdl.c 2003-05-08 14:28:24.000000000 +0200 |
|
@@ -48,7 +48,7 @@ |
|
#include <inttypes.h> |
|
#include <math.h> |
|
#if defined (__FreeBSD__) |
|
-# include <SDL11/SDL.h> |
|
+# include <SDL/SDL.h> |
|
#else |
|
# include <SDL/SDL.h> |
|
#endif
|
|
|