*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2007-11-08 21:14:36 +00:00
parent e3f05aba27
commit c3fdf64dd6
1 changed files with 1 additions and 1 deletions

View File

@ -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