qt5: add missing header to qpa_init.h

Thanks to Andreas for the hint.
This commit is contained in:
Christian Helmuth 2024-01-24 07:48:06 +01:00
parent 0d34988929
commit 94ebdc9269

View File

@ -20,6 +20,7 @@
/* libc includes */
#include <dlfcn.h> /* 'dlopen' */
#include <stdio.h> /* 'fprintf' */
#include <stdlib.h> /* 'exit' */
#include <unistd.h> /* 'access' */
/**