From 94ebdc92691231cd32fd765d48580c687d9f08f4 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 24 Jan 2024 07:48:06 +0100 Subject: [PATCH] qt5: add missing header to qpa_init.h Thanks to Andreas for the hint. --- repos/libports/include/qt5_component/qpa_init.h | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/libports/include/qt5_component/qpa_init.h b/repos/libports/include/qt5_component/qpa_init.h index 0a41ca9fee..31638cfece 100644 --- a/repos/libports/include/qt5_component/qpa_init.h +++ b/repos/libports/include/qt5_component/qpa_init.h @@ -20,6 +20,7 @@ /* libc includes */ #include /* 'dlopen' */ #include /* 'fprintf' */ +#include /* 'exit' */ #include /* 'access' */ /**