diff options
author | root <root> | 2007-11-23 11:32:21 +0000 |
---|---|---|
committer | root <root> | 2007-11-23 11:32:21 +0000 |
commit | c896b553711ae963b01b7a602e8fb6718d107f6f (patch) | |
tree | e2ebdb93f6ff871e5ca7bdc2f604dafd65cf4360 /ev.c | |
parent | 3aac629c70531882ca503ed6ad0519f89bca1334 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -34,7 +34,11 @@ extern "C" { #endif #ifndef EV_STANDALONE -# include "config.h" +# ifdef EV_CONFIG_H +# include EV_CONFIG_H +# else +# include "config.h" +# endif # if HAVE_CLOCK_GETTIME # ifndef EV_USE_MONOTONIC |