From d27ebabc676f2b8b8fc462da70f8a2749592c686 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Thu, 11 Sep 2014 06:48:59 +0200 Subject: [PATCH] Fix build with musl libc Add missing #include , needed for NAME_MAX. --- src/monitor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/monitor.cpp b/src/monitor.cpp index 1e00c42..770ceb1 100644 --- a/src/monitor.cpp +++ b/src/monitor.cpp @@ -1,6 +1,7 @@ #ifdef ENABLE_INOTIFY #include "debug.h" +#include #include #include #include