diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-06-29 00:16:10 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2021-06-29 00:16:10 +0000 |
| commit | 4c1d58b509c83ff788fe1ad6b5bdd1073977622c (patch) | |
| tree | 2788fa5a734ec40a0a3690846189090ff629ecba /src/server/state.h | |
| parent | 4b057ce275a2761656b62a3fa1e57ebf934c3af8 (diff) | |
| download | s6-rc-4c1d58b509c83ff788fe1ad6b5bdd1073977622c.tar.gz | |
Some work on the db representation
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/server/state.h')
| -rw-r--r-- | src/server/state.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/state.h b/src/server/state.h index f49ffb4..2690f45 100644 --- a/src/server/state.h +++ b/src/server/state.h @@ -5,8 +5,7 @@ #include <skalibs/genalloc.h> -#include <s6-rc/db.h> - +#include "db.h" /* Service states, instances, machine state */ |
