summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-28 11:33:50 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-28 11:33:50 -0400
commitaa3edfd2053bb418907f204e171ae8f7e78c30eb (patch)
tree7e1323d2f6a687e62622350e53c9551a83131424 /src/or/main.c
parent84b8dfe6355d28ccbbbf29579e6a174282e397a8 (diff)
downloadtor-aa3edfd2053bb418907f204e171ae8f7e78c30eb.tar.gz
tor-aa3edfd2053bb418907f204e171ae8f7e78c30eb.zip
Move lockfile code into lib/fs
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 50e51915b7..0ba38658a6 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -112,6 +112,7 @@
#include "or/ext_orport.h"
#include "lib/memarea/memarea.h"
#include "lib/sandbox/sandbox.h"
+#include "lib/fs/lockfile.h"
#include <event2/event.h>