summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-22 08:22:20 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-22 08:22:20 +0000
commit16d0d0ebef053cec1c28e4b99f290874334a7ba2 (patch)
tree846a493e9ea5137ef7049e39ecc083ac397720f1 /src/win32
parentmoved LogErrno to AnytunErrno (diff)
fixed build on windows
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/registryKey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/registryKey.cpp b/src/win32/registryKey.cpp
index 9f4b653..a6858e9 100644
--- a/src/win32/registryKey.cpp
+++ b/src/win32/registryKey.cpp
@@ -35,7 +35,7 @@
#include "registryKey.h"
-#include "../log.h"
+#include "../anytunError.h"
RegistryKey::RegistryKey() : opened_(false)
{