archived.c: include util.h for die()
This commit is contained in:
parent
5aeb399ee4
commit
fc64c45e58
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "strbuf.h"
|
#include "strbuf.h"
|
||||||
|
#include "util.h"
|
||||||
|
|
||||||
static const char *archived_usage_str =
|
static const char *archived_usage_str =
|
||||||
"Usage: archived [-c <config>] <root>\n"
|
"Usage: archived [-c <config>] <root>\n"
|
||||||
|
|
|
||||||
Reference in a new issue