Fix includes

Fixes #215
This commit is contained in:
Dan Shick 2020-03-17 11:46:28 +01:00 committed by Wim Taymans
parent 72d70b0f48
commit 2a59ef5146
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ extern "C" {
#endif
#include <errno.h>
#include <sys/types.h>
#include <spa/pod/pod.h>

View file

@ -30,6 +30,7 @@ extern "C" {
#endif
#include <time.h>
#include <sys/types.h>
#include <spa/utils/defs.h>
#include <spa/utils/hook.h>