mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
c0e738018d
- Add unofficial patch for MSN support PR: ports/58869 Submitted by: maintainer
11 lines
262 B
C++
11 lines
262 B
C++
--- 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)
|
|
|