Archived
1
0
Fork 0

archived.c: include util.h for die()

This commit is contained in:
Henrik Hautakoski 2011-02-06 19:38:43 +01:00
parent 5aeb399ee4
commit fc64c45e58

View file

@ -24,6 +24,7 @@
#include "log.h"
#include "path.h"
#include "strbuf.h"
#include "util.h"
static const char *archived_usage_str =
"Usage: archived [-c <config>] <root>\n"