mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
9937c7f036
game with a very nice and professionally-looking graphics.
15 lines
242 B
C++
15 lines
242 B
C++
|
|
$FreeBSD$
|
|
|
|
--- source/sdl/events.cpp 2001/02/16 21:38:57 1.1
|
|
+++ source/sdl/events.cpp 2001/02/16 21:39:12
|
|
@@ -150,7 +150,7 @@
|
|
#ifdef _WIN32_
|
|
#include "SDL_thread.h"
|
|
#else
|
|
-#include "SDL/SDL_thread.h"
|
|
+#include "SDL_thread.h"
|
|
#endif
|
|
|
|
|