Skip to content

Commit

Permalink
Reverts the include.h change in 46883f8
Browse files Browse the repository at this point in the history
Closes: #158

Signed-off-by: Jonathan Davies <jpds@protonmail.com>
  • Loading branch information
jpds committed Dec 14, 2021
1 parent e484b95 commit 06689f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,7 @@
#include <sys/sysctl.h>
#endif

#if !defined(__GLIBC__) && defined(linux)
#include <linux/if.h>
#define IF_NAMESIZE IFNAMSIZ
#else
#include <net/if.h>
#endif

#ifdef HAVE_NET_IF_DL_H
#include <net/if_dl.h>
Expand Down

0 comments on commit 06689f8

Please sign in to comment.