[BACK]Return to patch-include_ccnet_cevent_h CVS log [TXT][DIR] Up to [local] / ports / net / searpc / patches

File: [local] / ports / net / searpc / patches / Attic / patch-include_ccnet_cevent_h (download)

Revision 1.1.1.1 (vendor branch), Fri Jan 17 10:43:12 2014 UTC (10 years, 5 months ago) by kirby
Branch: kirby
CVS Tags: kirby_20140116
Changes since 1.1: +0 -0 lines

import ccnet
needed for sefile

$OpenBSD$
--- include/ccnet/cevent.h.orig	Fri Dec 13 13:34:35 2013
+++ include/ccnet/cevent.h	Fri Dec 13 13:35:23 2013
@@ -6,7 +6,9 @@
 #ifndef CEVENT_H
 #define CEVENT_H
 
-#include <event.h>
+#include <event2/event.h>
+#include <event2/event_compat.h>
+#include <event2/event_struct.h>
 #include <glib.h>
 
 #include <pthread.h>