Skip to content

Commit

Permalink
fixed missing include on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Malý committed Jun 12, 2017
1 parent 6f0abc1 commit 3d718d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/FileWatcherLinux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h> // read
#include <sys/inotify.h>

#define BUFF_SIZE ((sizeof(struct inotify_event)+FILENAME_MAX)*1024)
Expand Down

0 comments on commit 3d718d9

Please sign in to comment.