mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-15 17:02:15 +03:00
Remove incorrect alpine ifdef
This commit is contained in:
@@ -27,11 +27,7 @@
|
|||||||
#include <netinet/tcp.h>
|
#include <netinet/tcp.h>
|
||||||
#include <netinet/ip_icmp.h>
|
#include <netinet/ip_icmp.h>
|
||||||
#include <netinet/icmp6.h>
|
#include <netinet/icmp6.h>
|
||||||
#ifndef alpine
|
|
||||||
#include <bits/endian.h>
|
|
||||||
#else
|
|
||||||
#include <endian.h>
|
#include <endian.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
// Sometimes BSD's flag definitions are just so much more convenient.
|
// Sometimes BSD's flag definitions are just so much more convenient.
|
||||||
// So let people use them.
|
// So let people use them.
|
||||||
|
|||||||
Reference in New Issue
Block a user