summaryrefslogtreecommitdiff
path: root/src/common/ip_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ip_test.cpp')
-rw-r--r--src/common/ip_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ip_test.cpp b/src/common/ip_test.cpp
index 64a537f..7ef1047 100644
--- a/src/common/ip_test.cpp
+++ b/src/common/ip_test.cpp
@@ -2,7 +2,7 @@
#include <gtest/gtest.h>
-#include "cxxstdio.hpp"
+#include "../io/cxxstdio.hpp"
#define CB(X) (std::integral_constant<bool, (X)>::value)
TEST(ip4addr, cmp)