mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-07 07:40:16 +01:00
test: fix gcc warning about missing prototypes
Signed-off-by: Andreas Pokorny <andreas.pokorny@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d0ae1d99b3
commit
4c8f8a7ea2
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@
|
|||
#include <sys/sendfile.h>
|
||||
#include <sys/timerfd.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <libudev.h>
|
||||
|
||||
#include "litest.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue