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

Annotation of ports/net/seafile/ccnet/patches/patch-net_common_peer_c, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- net/common/peer.c.orig     Tue Jan  7 07:33:50 2014
        !             3: +++ net/common/peer.c  Tue Jan 21 13:53:16 2014
        !             4: @@ -2,7 +2,10 @@
        !             5:
        !             6:  #include "common.h"
        !             7:
        !             8: -#include <event.h>
        !             9: +#include <event2/event.h>
        !            10: +#include <event2/bufferevent.h>
        !            11: +#include <event2/bufferevent_compat.h>
        !            12: +#include <event2/bufferevent_struct.h>
        !            13:  #include <stdio.h>
        !            14:  #include <stdlib.h>
        !            15:

CVSweb