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

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

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

create uberport for all related programms

$OpenBSD$
--- lib/mainloop.c.orig	Fri Dec 13 13:36:19 2013
+++ lib/mainloop.c	Fri Dec 13 13:36:42 2013
@@ -3,7 +3,9 @@
 #include "include.h"
 #include <ccnet.h>
 
-#include <event.h>
+#include <event2/event.h>
+#include <event2/event_compat.h>
+#include <event2/event_struct.h>
 
 static int
 cmdrsp_cb (const char *code, char *content, int clen, void *data)