summaryrefslogtreecommitdiff
path: root/src/routingTable.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-22 07:51:26 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-22 07:51:26 +0000
commit5850046cf4bf3146c7da097f9ff3dec01459b640 (patch)
tree112fc3503c379be693b7b4cf88adba102312e924 /src/routingTable.cpp
parentreplaced regular throws with AnytunError::thowErr (diff)
moved LogErrno to AnytunErrno
Diffstat (limited to 'src/routingTable.cpp')
-rw-r--r--src/routingTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routingTable.cpp b/src/routingTable.cpp
index f20983b..b683dca 100644
--- a/src/routingTable.cpp
+++ b/src/routingTable.cpp
@@ -31,7 +31,7 @@
#include "networkPrefix.h"
#include "threadUtils.hpp"
#include "datatypes.h"
-#include "anytunError.hpp"
+#include "anytunError.h"
#include "routingTable.h"
#include "routingTree.hpp"