diff options
author | root <root> | 2007-11-08 21:14:36 +0000 |
---|---|---|
committer | root <root> | 2007-11-08 21:14:36 +0000 |
commit | 57bdc324ccc888c220f3184c1f6952106316762e (patch) | |
tree | 374b48aa386f4ebe110ed6b62bbf59a705c129b6 | |
parent | 691ff6d0d32c60f66a03079376110c1371614ef2 (diff) |
*** empty log message ***
-rw-r--r-- | event.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ int event_base_once (struct event_base *base, int fd, short events, void (*cb)(i int event_base_priority_init (struct event_base *base, int fd); #ifndef EV_STANDALONE -# include "event_compat.h" +# include <event_compat.h> #endif #ifdef __cplusplus |