summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 09:54:04 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 10:47:11 -0400
commit275aff6917260209dc53e553d895ec886f6c8c52 (patch)
tree9121e4e54fc7286f90f67e9b364d41914bfc245d /src/common/util.h
parent2cfcb7b364541c27749ae0df73eabd7a56797f93 (diff)
downloadtor-275aff6917260209dc53e553d895ec886f6c8c52.tar.gz
tor-275aff6917260209dc53e553d895ec886f6c8c52.zip
Rectify include paths (automated)
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index a5e6c4d462..8761e455fd 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -22,7 +22,7 @@
/* for the correct alias to struct stat */
#include <sys/stat.h>
#endif
-#include "common/torerr.h"
+#include "lib/err/torerr.h"
#include "common/util_bug.h"
#ifndef O_BINARY