diff options
author | juga0 <juga@riseup.net> | 2018-07-01 08:07:27 +0000 |
---|---|---|
committer | juga0 <juga@riseup.net> | 2018-07-16 14:43:49 +0000 |
commit | 9773311b20b20fe4d1edd7575c74ae2aa8c95211 (patch) | |
tree | 3dbb8e1ecae28fc3ccb544ddf9ce30f4c2d90a9a | |
parent | c6aee94d1983ad644da51fc1082d673f7a0d5220 (diff) | |
download | tor-9773311b20b20fe4d1edd7575c74ae2aa8c95211.tar.gz tor-9773311b20b20fe4d1edd7575c74ae2aa8c95211.zip |
Add keyval header, that was moved to other file
-rw-r--r-- | src/feature/dircache/dirserv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/dircache/dirserv.c b/src/feature/dircache/dirserv.c index 411a1a0bd3..b85db8324f 100644 --- a/src/feature/dircache/dirserv.c +++ b/src/feature/dircache/dirserv.c @@ -51,6 +51,7 @@ #include "lib/crypt_ops/crypto_format.h" #include "lib/encoding/confline.h" +#include "lib/encoding/keyval.h" /** * \file dirserv.c * \brief Directory server core implementation. Manages directory |