[BACK]Return to patch-net_common_session_h CVS log [TXT][DIR] Up to [local] / ports / net / ccnetc / ccnet / patches

File: [local] / ports / net / ccnetc / ccnet / patches / Attic / patch-net_common_session_h (download)

Revision 1.1, Fri Jan 17 10:43:48 2014 UTC (10 years, 5 months ago) by kirby
Branch: MAIN

Initial revision

$OpenBSD$
--- net/common/session.h.orig	Fri Dec 13 15:11:27 2013
+++ net/common/session.h	Fri Dec 13 15:11:50 2013
@@ -4,7 +4,9 @@
 #define CCNET_SESSION_H
 
 
-#include <event.h>
+#include <event2/event.h>
+#include <event2/event_compat.h>
+#include <event2/event_struct.h>
 #include <glib.h>
 #include <glib/gstdio.h>
 #include "ccnet-session-base.h"