mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
2841ea4ebd
PR: ports/63758 Submitted by: Guy P. <guy@device.dyndns.org> Approved by: maintainer timeout (2 months)
12 lines
239 B
C++
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
|
|
{
|