Fixes:
[librecmc/librecmc.git] / package / network / services / hostapd / patches / 432-missing-typedef.patch
1 --- a/src/drivers/linux_wext.h
2 +++ b/src/drivers/linux_wext.h
3 @@ -26,6 +26,7 @@ typedef int32_t __s32;
4  typedef uint16_t __u16;
5  typedef int16_t __s16;
6  typedef uint8_t __u8;
7 +typedef int8_t __s8;
8  #ifndef __user
9  #define __user
10  #endif /* __user */