From b98556a4dc3007e0f9f085c57b2d2e21618d81ec Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Tue, 27 Jul 2021 09:54:45 +0100 Subject: [PATCH] Enable mg_fopen_packed on ARM --- test/mongoose_custom.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/mongoose_custom.h b/test/mongoose_custom.h index 97ddfecd4..5963078ed 100644 --- a/test/mongoose_custom.h +++ b/test/mongoose_custom.h @@ -1,6 +1,8 @@ // Required by the test ARM build #pragma once +#define _GNU_SOURCE // For fopencookie() + #include <errno.h> #include <stdarg.h> #include <stdbool.h> -- GitLab