$NetBSD: patch-src_lib_notify.c,v 1.1.1.1 2019/01/26 00:57:56 alnsn Exp $ Add include for struct timespec. --- src/lib/notify.c.orig 2017-10-13 23:52:42.000000000 +0000 +++ src/lib/notify.c @@ -34,6 +34,7 @@ #include /* ENAMETOOLONG EINTR EAGAIN EMFILE EISDIR ENOTDIR */ #include /* LIST_* */ +#include #include /* close(2) */ #include /* O_CLOEXEC O_DIRECTORY ... open(2) openat(2) fcntl(2) */ #include /* DIR fdopendir(3) opendir(3) readdir_r(3) closedir(3) */