1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/games/scorched3d/files/patch-src-common-Display.h
Pav Lucistnik 2841ea4ebd - Update to 36.2
PR:		ports/63758
Submitted by:	Guy P. <guy@device.dyndns.org>
Approved by:	maintainer timeout (2 months)
2004-05-26 20:17:59 +00:00

12 lines
239 B
C++

--- ./src/common/Display.h.orig Fri Jan 23 17:59:03 2004
+++ ./src/common/Display.h Fri Jan 23 18:01:55 2004
@@ -23,7 +23,7 @@
#define _DISPLAY_H_
#include <stdlib.h>
-#include <SDL/SDL.h>
+#include <SDL11/SDL.h>
class Display
{