This missing include is currently hidden by dint of the fact that dir.h is already included by all things that currently include fsmonitor.h Signed-off-by: Alex Vandiver <alexmv@xxxxxxxxxxx> --- fsmonitor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fsmonitor.h b/fsmonitor.h index cd3cc0ccf..5f68ca4d2 100644 --- a/fsmonitor.h +++ b/fsmonitor.h @@ -1,5 +1,6 @@ #ifndef FSMONITOR_H #define FSMONITOR_H +#include "dir.h" extern struct trace_key trace_fsmonitor; -- 2.15.1.626.gc4617b774