diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-03-10 01:28:07 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-03-10 01:28:07 +0000 |
commit | 7ac4d37de3a06fc088a90431b84156df214a2496 (patch) | |
tree | c3957f69bac6e39353e831e591ff2595aa99a629 /games/pokerth/files | |
parent | 4d9746ed9288c88adac7f83a4b5218d1dafc023e (diff) |
Notes
Diffstat (limited to 'games/pokerth/files')
-rw-r--r-- | games/pokerth/files/patch-src_net_common_ircthread.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/pokerth/files/patch-src_net_common_ircthread.cpp b/games/pokerth/files/patch-src_net_common_ircthread.cpp index 7a2eca6b0f42..c4a6a890820b 100644 --- a/games/pokerth/files/patch-src_net_common_ircthread.cpp +++ b/games/pokerth/files/patch-src_net_common_ircthread.cpp @@ -1,11 +1,12 @@ ---- src/net/common/ircthread.cpp.orig 2012-01-04 14:33:45.259685354 +0100 -+++ src/net/common/ircthread.cpp 2012-01-04 14:32:53.601974192 +0100 -@@ -19,7 +19,7 @@ +--- src/net/common/ircthread.cpp.orig 2012-02-11 17:57:34.000000000 +0100 ++++ src/net/common/ircthread.cpp 2012-03-07 11:03:40.501681051 +0100 +@@ -19,7 +19,8 @@ #include <net/socket_helper.h> #include <net/ircthread.h> #include <net/socket_msg.h> -#include <libircclient/libircclient.h> +#include <libircclient.h> ++#include <libirc_rfcnumeric.h> #include <boost/algorithm/string/predicate.hpp> #include <queue> #include <sstream> |