summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
authorroot <root>2010-03-16 18:38:11 +0000
committerroot <root>2010-03-16 18:38:11 +0000
commitc5568c8fe01771bcaa754a9423a78ac21d581293 (patch)
treed771da183b27ddb9b60576acbc47f0fd4a239d6c /event.h
parent380006a6f4190262f419e4f67c59363b88773124 (diff)
*** empty log message ***
Diffstat (limited to 'event.h')
-rw-r--r--event.h6
1 files changed, 5 insertions, 1 deletions
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 <libev@schmorp.de>
+ * Copyright (c) 2007,2008,2010 Marc Alexander Lehmann <libev@schmorp.de>
* 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