Skip to content

Commit 441c4e7

Browse files
committed
files_edit.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 eb5e2b2 commit 441c4e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cf-agent/files_edit.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <files_editxml.h>
3434
#include <item_lib.h>
3535
#include <policy.h>
36+
#include <cf3.defs.h>
3637

3738
/*****************************************************************************/
3839

0 commit comments

Comments
 (0)