From 5356bc865f7968ec45c80e3a91527304e057087c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Sun, 7 Aug 2022 19:32:22 +0200 Subject: [PATCH] main: Add meta-context to the header The meta_restart function now requires it. Fixes f772b4cde60877a4a91c7faff7fdb2a6f2385995 Part-of: --- src/meta/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meta/main.h b/src/meta/main.h index c1a7219b4..2639b8d89 100644 --- a/src/meta/main.h +++ b/src/meta/main.h @@ -25,6 +25,7 @@ #include #include +#include META_EXPORT void meta_restart (const char *message,