diff options
Diffstat (limited to 'net/centericq/files/msn-imcontroller.cc')
-rw-r--r-- | net/centericq/files/msn-imcontroller.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/centericq/files/msn-imcontroller.cc b/net/centericq/files/msn-imcontroller.cc new file mode 100644 index 000000000000..079d202ccaeb --- /dev/null +++ b/net/centericq/files/msn-imcontroller.cc @@ -0,0 +1,10 @@ +--- src/imcontroller.cc.orig Thu Oct 16 07:40:18 2003 ++++ src/imcontroller.cc Mon Nov 3 20:03:55 2003 +@@ -31,6 +31,7 @@ + #include "jabberhook.h" + #include "icqcontacts.h" + #include "eventmanager.h" ++#include "msnhook.h" + + #define clr(c) conf.getcolor(c) + |