commit | 33c7eb810a33ff80bfe6f6c87b3602e042e95f22 | [log] [tgz] |
---|---|---|
author | Jörg Krause <jkrause@posteo.de> | Wed Dec 03 22:43:44 2014 +0100 |
committer | Jouni Malinen <j@w1.fi> | Sun Dec 14 18:05:32 2014 +0200 |
tree | 4998474e0dcf65977c74b129a3b456bc38824e98 | |
parent | 7c4027f60411aca6e90a0074499c5427c8268baa [diff] |
wext: Fix musl build error Building wpa_supplicant with the musl C library fails since musl does not define type names such as '__uint32_t'. To support building wpa_supplicant with the musl C library use the integer types declared in the ISO C standard header file <stdint.h>. Signed-off-by: Jörg Krause <jkrause@posteo.de>