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

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

Revision 1.1.1.1 (vendor branch), Fri Jan 17 10:43:12 2014 UTC (10 years, 5 months ago) by kirby
Branch: kirby
CVS Tags: kirby_20140116
Changes since 1.1: +0 -0 lines

import ccnet
needed for sefile

$OpenBSD$
--- lib/job-mgr.c.orig	Fri Dec 13 13:35:38 2013
+++ lib/job-mgr.c	Fri Dec 13 13:36:00 2013
@@ -1,6 +1,7 @@
 /* -*- 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 <string.h>
 #include <stdlib.h>