]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Thu, 20 Dec 2007 08:17:57 +0000 (08:17 +0000)
committerroot <root>
Thu, 20 Dec 2007 08:17:57 +0000 (08:17 +0000)
ev++.h

diff --git a/ev++.h b/ev++.h
index ac6397086ed5558f87078d5b45d0801f24c5c8ea..f5355151258e5ab0ba147a30673030c4fe5ce875 100644 (file)
--- 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 {