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

Annotation of ports/net/ccnetc/ccnet/patches/patch-net_common_session_h, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- net/common/session.h.orig  Fri Dec 13 15:11:27 2013
        !             3: +++ net/common/session.h       Fri Dec 13 15:11:50 2013
        !             4: @@ -4,7 +4,9 @@
        !             5:  #define CCNET_SESSION_H
        !             6:
        !             7:
        !             8: -#include <event.h>
        !             9: +#include <event2/event.h>
        !            10: +#include <event2/event_compat.h>
        !            11: +#include <event2/event_struct.h>
        !            12:  #include <glib.h>
        !            13:  #include <glib/gstdio.h>
        !            14:  #include "ccnet-session-base.h"

CVSweb