Skip to content

Commit

Permalink
Fix fcntl warnings on alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
ejose19 authored and ftrader committed Apr 28, 2021
1 parent 609cbc9 commit 9919f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat.h
Expand Up @@ -34,12 +34,12 @@
#else
#include <arpa/inet.h>
#include <climits>
#include <fcntl.h>
#include <ifaddrs.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/fcntl.h>
#include <sys/mman.h>
#include <sys/select.h>
#include <sys/socket.h>
Expand Down

0 comments on commit 9919f92

Please sign in to comment.