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

File: [local] / ports / net / seafile / ccnet / patches / Attic / patch-net_daemon_ccnet-daemon_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/daemon/ccnet-daemon.c.orig	Tue Jan  7 07:33:50 2014
+++ net/daemon/ccnet-daemon.c	Tue Jan 21 14:53:31 2014
@@ -5,7 +5,8 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <getopt.h>
-#include <evdns.h>
+#include <event2/dns.h>
+#include <event2/dns_compat.h>
 
 #include "daemon-session.h"
 #include "rpc-service.h"