inotify: missing include file

This commit is contained in:
Darkvater 2016-01-27 19:42:36 +08:00 committed by Justin Maggard
parent c4166b3e77
commit 910b84bcd6

View File

@ -25,6 +25,7 @@
#include <unistd.h>
#include <dirent.h>
#include <libgen.h>
#include <signal.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>