diff options
Diffstat (limited to 'src/domcxx.h')
-rw-r--r-- | src/domcxx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/domcxx.h b/src/domcxx.h index abdd622..2e7e9ec 100644 --- a/src/domcxx.h +++ b/src/domcxx.h @@ -54,8 +54,8 @@ namespace DOM extern "C" { #define this _this - #include <domc.h> - #include <dom.h> + #include "domc.h" + #include "dom.h" #undef this } |