summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2007-12-20 08:17:57 +0000
committerroot <root>2007-12-20 08:17:57 +0000
commitb3c85cba31a5669ce3e1995d8660542354957a53 (patch)
tree672cc0ac04adb792a3763e690f3262b45650f360 /ev++.h
parentebc0759db57ff79951aa13a23c97c5846a78a67d (diff)
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ev++.h b/ev++.h
index ac63970..f535515 100644
--- a/ev++.h
+++ b/ev++.h
@@ -1,7 +1,11 @@
#ifndef EVPP_H__
#define EVPP_H__
-#include "ev.h"
+#ifdef EV_H
+# include EV_H
+#else
+# include <ev.h>
+#endif
namespace ev {