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-irc-GameInfoMessage.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

16 lines
408 B
C++

--- ./src/irc/GameInfoMessage.h.orig Fri Jan 23 17:59:10 2004
+++ ./src/irc/GameInfoMessage.h Fri Jan 23 18:02:33 2004
@@ -1,9 +1,9 @@
#ifndef _GAMEINFOMESSAGE_H_
#define _GAMEINFOMESSAGE_H_
-#include <SDL/SDL.h>
-#include <SDL/SDL_net.h>
-#include <SDL/SDL_thread.h>
+#include <SDL11/SDL.h>
+#include <SDL11/SDL_net.h>
+#include <SDL11/SDL_thread.h>
#include "irc/GameInfoEntry.h"
#include <string>