mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
No need for including endian.h anymore
This commit is contained in:
parent
317c33ebfb
commit
b175bff0ce
@ -16,17 +16,6 @@
|
||||
#ifndef WME_H
|
||||
#define WME_H
|
||||
|
||||
#ifdef __linux__
|
||||
#include <endian.h>
|
||||
#endif /* __linux__ */
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
|
||||
#include <sys/types.h>
|
||||
#include <sys/endian.h>
|
||||
#endif /* defined(__FreeBSD__) || defined(__NetBSD__) ||
|
||||
* defined(__DragonFly__) */
|
||||
|
||||
|
||||
/*
|
||||
* WMM Information Element (used in (Re)Association Request frames; may also be
|
||||
* used in Beacon frames)
|
||||
|
Loading…
Reference in New Issue
Block a user