Skip to content

Commit

Permalink
Fixes implicit close definition
Browse files Browse the repository at this point in the history
  • Loading branch information
applemu authored Jan 13, 2021
1 parent 12662ab commit 107bd0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rawnet/rawnetarch_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
#include "rawnetsupp.h"

#if defined(__linux__)
#include <unistd.h> //support for close
#include <arpa/inet.h> //support for close
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
Expand Down

0 comments on commit 107bd0e

Please sign in to comment.