Skip to content

Commit b94ef97

Browse files
dschomjcheetham
authored andcommitted
fixup! fsmonitor: reintroduce core.useBuiltinFSMonitor
Need the #include "advice.h" again... (it was implicit until 36bf195 (alloc.h: move ALLOC_GROW() functions from cache.h, 2023-02-24)). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent da33594 commit b94ef97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fsmonitor-settings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "fsmonitor-ipc.h"
55
#include "fsmonitor-settings.h"
66
#include "fsmonitor-path-utils.h"
7+
#include "advice.h"
78

89
/*
910
* We keep this structure defintion private and have getters

0 commit comments

Comments
 (0)