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:
Andreas Pokorny 2015-08-20 12:51:37 +02:00 committed by Peter Hutterer
parent d0ae1d99b3
commit 4c8f8a7ea2

View file

@ -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"