diff options
| author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-05-23 22:26:17 +0200 | 
|---|---|---|
| committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-06-09 15:32:29 +0200 | 
| commit | bf63f78b6698f33ed3acbd4aed8822a35688c1ba (patch) | |
| tree | 4e7c79326dd6fd217f135234dbcf3d9bc09ebb82 /cmd/runsvc | |
| parent | 1eb8a4c792166360137cb5c83afa75eace2b4b1d (diff) | |
Split configuration parser and utility library
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'cmd/runsvc')
| -rw-r--r-- | cmd/runsvc/runsvc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/cmd/runsvc/runsvc.h b/cmd/runsvc/runsvc.h index 15785d3..7061eca 100644 --- a/cmd/runsvc/runsvc.h +++ b/cmd/runsvc/runsvc.h @@ -27,6 +27,7 @@  #include <fcntl.h>  #include "service.h" +#include "libcfg.h"  #include "util.h"  #define ENVFILE ETCPATH "/initd.env" | 
