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

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

Revision 1.1, Tue Jan 21 12:51:01 2014 UTC (10 years, 5 months ago) by kirby
Branch: MAIN

make it build and package

$OpenBSD$
--- net/common/peer.c.orig	Tue Jan  7 07:33:50 2014
+++ net/common/peer.c	Tue Jan 21 13:53:16 2014
@@ -2,7 +2,10 @@
 
 #include "common.h"
 
-#include <event.h>
+#include <event2/event.h>
+#include <event2/bufferevent.h>
+#include <event2/bufferevent_compat.h>
+#include <event2/bufferevent_struct.h>
 #include <stdio.h>
 #include <stdlib.h>