summaryrefslogtreecommitdiff
path: root/src/libfirewall
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfirewall')
-rw-r--r--src/libfirewall/firewall-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfirewall/firewall-util.c b/src/libfirewall/firewall-util.c
index 5423b8cc3a..212bbe00ee 100644
--- a/src/libfirewall/firewall-util.c
+++ b/src/libfirewall/firewall-util.c
@@ -25,10 +25,10 @@
#include <arpa/inet.h>
#include <endian.h>
#include <errno.h>
+#include <net/if.h>
#include <stddef.h>
#include <string.h>
#include <sys/socket.h>
-#include <net/if.h>
#ifndef IFNAMSIZ
#define IFNAMSIZ 16
#endif