1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/games/quakeforge/files/patch-common_vid__sdl.c
2001-01-26 16:55:46 +00:00

15 lines
244 B
C

$FreeBSD$
--- common/vid_sdl.c 2001/01/24 21:40:56 1.1
+++ common/vid_sdl.c 2001/01/24 21:41:25
@@ -21,7 +21,7 @@
*/
// vid_sdl.h -- sdl video driver
-#include <SDL/SDL.h>
+#include <SDL.h>
#include "quakedef.h"
#include "d_local.h"