sae: define _GNU_SOURCE for reallocarray definition

sae.c was failing to build on some platforms:

error: implicit declaration of function 'reallocarray'; did you mean 'realloc'?
	[-Werror=implicit-function-declaration]
This commit is contained in:
James Prestwood 2022-02-24 10:00:37 -08:00 committed by Denis Kenzior
parent 1de7ef0afd
commit 6fce08c301
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <config.h>
#endif
#define _GNU_SOURCE
#include <stdlib.h>
#include <ell/ell.h>