summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 716c3d1..fd82fbd 100644
--- a/ev.c
+++ b/ev.c
@@ -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