This commit is contained in:
Alexandre Almeida 2026-08-20 00:52:22 +00:00 • committed by GitHub
commit b06ff0f278
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,9 @@
//
//========================================================================
#define _GNU_SOURCE
#if !defined(_GNU_SOURCE)
#define _GNU_SOURCE
#endif
#include "internal.h"