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

File: [local] / ports / net / searpc / patches / Attic / patch-lib_timer_c (download)

Revision 1.1, Fri Jan 17 10:43:12 2014 UTC (10 years, 5 months ago) by kirby
Branch: MAIN

Initial revision

$OpenBSD$
--- lib/timer.c.orig	Fri Dec 13 13:38:39 2013
+++ lib/timer.c	Fri Dec 13 13:39:02 2013
@@ -1,6 +1,8 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 
-#include <event.h>
+#include <event2/event.h>
+#include <event2/event_compat.h>
+#include <event2/event_struct.h>
 #include <sys/time.h>
 
 #ifdef CCNET_LIB