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

Annotation of ports/net/ccnet/patches/patch-lib_mainloop_c, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2: --- lib/mainloop.c.orig        Fri Dec 13 13:36:19 2013
                      3: +++ lib/mainloop.c     Fri Dec 13 13:36:42 2013
                      4: @@ -3,7 +3,9 @@
                      5:  #include "include.h"
                      6:  #include <ccnet.h>
                      7:
                      8: -#include <event.h>
                      9: +#include <event2/event.h>
                     10: +#include <event2/event_compat.h>
                     11: +#include <event2/event_struct.h>
                     12:
                     13:  static int
                     14:  cmdrsp_cb (const char *code, char *content, int clen, void *data)

CVSweb