1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/asc/files/patch-source::sdl::events.cpp

15 lines
242 B
C++
Raw Normal View History

$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