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)
16 lines
408 B
C++
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>
|
|
|