ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/event.h
(Generate patch)

Comparing libev/event.h (file contents):
Revision 1.18 by root, Fri May 23 16:37:38 2008 UTC vs.
Revision 1.19 by root, Mon Nov 17 03:37:08 2008 UTC

46# include "ev.h" 46# include "ev.h"
47#endif 47#endif
48 48
49#ifdef __cplusplus 49#ifdef __cplusplus
50extern "C" { 50extern "C" {
51#endif
52
53/* we need sys/time.h for struct timeval only */
54#if !defined (WIN32) || defined (__MINGW32__)
55# include <time.h> /* mingw seems to need this, for whatever reason */
56# include <sys/time.h>
51#endif 57#endif
52 58
53struct event_base; 59struct event_base;
54 60
55#define EVLIST_TIMEOUT 0x01 61#define EVLIST_TIMEOUT 0x01

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines