ivi-shell/hmi-controller: Include config.h as to not break ivi-shell build on meson
We're going to eventually pass bindir to weston-screenshooter and we will need config.h info. Signed-off-by: Marius Vlad <marius.vlad0@gmail.com>
This commit is contained in:
parent
4e1d9bc72f
commit
6bc37259e6
|
@ -49,6 +49,8 @@
|
|||
* TODO: support fade-in when UI is ready
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue