Skip to content

Commit eb5e2b2

Browse files
committed
verify_files.c: Added missing include for cf3.defs.h
This file requires the definition of the enum `PromiseResult`. Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent b55787e commit eb5e2b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cf-agent/verify_files.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#include <known_dirs.h>
6060
#include <evalfunction.h>
6161
#include <changes_chroot.h> /* PrepareChangesChroot(), RecordFileChangedInChroot() */
62+
#include <cf3.defs.h>
6263

6364
static PromiseResult FindFilePromiserObjects(EvalContext *ctx, const Promise *pp);
6465
static PromiseResult VerifyFilePromise(EvalContext *ctx, char *path, const Promise *pp);

0 commit comments

Comments
 (0)