Skip to content

Commit

Permalink
Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Sarenik committed Jan 12, 2018
1 parent 0910cbe commit 648bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat.h
Expand Up @@ -33,7 +33,7 @@
#include <ws2tcpip.h>
#include <stdint.h>
#else
#include <sys/fcntl.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/select.h>
#include <sys/socket.h>
Expand Down

0 comments on commit 648bdc8

Please sign in to comment.