fix includes

This commit is contained in:
Wim Taymans 2019-10-25 15:01:02 +02:00
parent af73585948
commit 9ffec214b8
59 changed files with 88 additions and 25 deletions

View file

@ -32,6 +32,7 @@
#include <pthread.h>
#include <poll.h>
#include <spa/support/plugin.h>
#include <spa/support/log-impl.h>
#include <spa/support/loop.h>
#include <spa/node/node.h>
@ -41,6 +42,7 @@
#include <spa/param/props.h>
#include <spa/param/audio/format-utils.h>
#include <spa/utils/names.h>
#include <spa/utils/result.h>
#define M_PI_M2 ( M_PI + M_PI )

View file

@ -34,7 +34,9 @@
#include <SDL2/SDL.h>
#include <spa/support/plugin.h>
#include <spa/utils/names.h>
#include <spa/utils/result.h>
#include <spa/support/log-impl.h>
#include <spa/support/loop.h>
#include <spa/node/node.h>