aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-04-02 14:08:05 -0600
committerBen Burdette <bburdette@gmail.com>2020-04-02 14:08:05 -0600
commitb85ba3e30da663a00847a30fd9ceb1bc8284bafc (patch)
tree5dd8957a9374d3462c676ae90710f0c179400801
parente697884f654fb48f0fee05de25910b27fa147f07 (diff)
full include path
-rw-r--r--tests/errors/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/main.cc b/tests/errors/main.cc
index 870af75d3..5de36a37d 100644
--- a/tests/errors/main.cc
+++ b/tests/errors/main.cc
@@ -1,4 +1,4 @@
-#include "error.hh"
+#include "../../src/libutil/error.hh"
#include <optional>
#include <iostream>