From c5568c8fe01771bcaa754a9423a78ac21d581293 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Mar 2010 18:38:11 +0000 Subject: *** empty log message *** --- event.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'event.h') diff --git a/event.h b/event.h index 6541577..474de1a 100644 --- a/event.h +++ b/event.h @@ -1,7 +1,7 @@ /* * libevent compatibility header, only core events supported * - * Copyright (c) 2007,2008 Marc Alexander Lehmann + * Copyright (c) 2007,2008,2010 Marc Alexander Lehmann * All rights reserved. * * Redistribution and use in source and binary forms, with or without modifica- @@ -46,6 +46,10 @@ # include "ev.h" #endif +#ifndef EV_TIMEOUT +# define EV_TIMEOUT EV_TIMER +#endif + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3