mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
sae: fix missing reallocarray definition
Building on GCC 8 resulted in this compiler error. src/sae.c:107:25: error: implicit declaration of function 'reallocarray'; did you mean 'realloc'? [-Werror=implicit-function-declaration] sm->rejected_groups = reallocarray(NULL, 2, sizeof(uint16_t));
This commit is contained in:
parent
b47ada02bf
commit
d4b93220c5