Skip to content

Commit

Permalink
osdep: add Linux uclibc support
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Benden <joe@benden.us>
  • Loading branch information
jbenden committed Jul 24, 2021
1 parent 15b8ed9 commit a7dd4fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/aircrack-ng/osdep/byteorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ typedef uint16_t u_int16_t; //-V677
typedef uint8_t u_int8_t; //-V677
#endif

#if defined(__UCLIBC__)
#include <asm/byteorder.h>

#define AIRCRACK_NG_BYTE_ORDER_DEFINED
#endif
#endif

/*
Expand Down

0 comments on commit a7dd4fc

Please sign in to comment.