Skip to content

Commit

Permalink
Fix includes for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibel committed Mar 6, 2021
1 parent e6b03ac commit ae2062b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/cppfs/source/linux/LocalFileWatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <unistd.h>
#include <limits.h>
#include <sys/inotify.h>
#include <sys/select.h>

#include <cppfs/cppfs.h>
#include <cppfs/FilePath.h>
Expand Down

0 comments on commit ae2062b

Please sign in to comment.