Skip to content

Commit

Permalink
tscore/eventnotify: change fcntl include path
Browse files Browse the repository at this point in the history
The default include path for `fnctl.h` changed some time in the 90's.
  • Loading branch information
Johan Bergström authored and masaori335 committed Mar 5, 2019
1 parent a105fd3 commit 9a93757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tscore/EventNotify.cc
Expand Up @@ -33,7 +33,7 @@

#ifdef HAVE_EVENTFD
#include <sys/eventfd.h>
#include <sys/fcntl.h>
#include <fcntl.h>
#include <sys/epoll.h>
#endif

Expand Down

0 comments on commit 9a93757

Please sign in to comment.