mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +00:00
qt5: add missing header to qpa_init.h
Thanks to Andreas for the hint.
This commit is contained in:
@ -20,6 +20,7 @@
|
|||||||
/* libc includes */
|
/* libc includes */
|
||||||
#include <dlfcn.h> /* 'dlopen' */
|
#include <dlfcn.h> /* 'dlopen' */
|
||||||
#include <stdio.h> /* 'fprintf' */
|
#include <stdio.h> /* 'fprintf' */
|
||||||
|
#include <stdlib.h> /* 'exit' */
|
||||||
#include <unistd.h> /* 'access' */
|
#include <unistd.h> /* 'access' */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user