libweston: add missing include

Fixes missing prototypes compilation warnings emitted when a function
is defined before its prototype is declared.

These warnings were introduced over time since the switch to meson
because the -Wmissing-protoypes was not included in the compilation
arguments.

Signed-off-by: Guillaume Champagne <champagne.guillaume.c@gmail.com>
This commit is contained in:
Guillaume Champagne
2020-01-27 20:14:29 -05:00
committed by Pekka Paalanen
parent 1cb09480e2
commit f1e8fc9dbf
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@
#include <fcntl.h>
#include <errno.h>
#include <libweston/libweston.h>
#include "xwayland.h"
#include "shared/helpers.h"