2013-12-02 14:23:26 +01:00
|
|
|
--- source/shared_lib/sources/platform/posix/ircclient.cpp.orig 2013-11-22 15:51:23.000000000 -0600
|
|
|
|
+++ source/shared_lib/sources/platform/posix/ircclient.cpp 2013-11-22 15:51:42.000000000 -0600
|
|
|
|
@@ -19,10 +19,7 @@
|
|
|
|
#if !defined(DISABLE_IRCCLIENT)
|
|
|
|
|
2012-11-26 22:30:05 +01:00
|
|
|
#include <libircclient.h>
|
2012-09-03 21:01:55 +02:00
|
|
|
-// upstream moved some defines into new headers as of 1.6
|
|
|
|
-#ifndef LIBIRCCLIENT_PRE1_6
|
2012-11-26 22:30:05 +01:00
|
|
|
#include <libirc_rfcnumeric.h>
|
2012-09-03 21:01:55 +02:00
|
|
|
-#endif
|
|
|
|
|
2013-12-02 14:23:26 +01:00
|
|
|
#endif
|
|
|
|
|