diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 3810033fb2..72015bc544 100644 --- a/src/main.c +++ b/src/main.c @@ -45,6 +45,7 @@ #include "conf-parser.h" #include "bus-errors.h" #include "missing.h" +#include "label.h" static enum { ACTION_RUN, |