diff options
author | Wim Taymans <wtaymans@redhat.com> | 2019-10-25 15:54:42 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2019-10-25 15:54:42 +0200 |
commit | 8d512822cfb911132b86837e313b95660c948a67 (patch) | |
tree | 33b2c81715547dc19ea79d644b158a298339648f /spa | |
parent | ebb5ed94a267489447f0a0ac96b37cfd8080b734 (diff) |
fix the build
Diffstat (limited to 'spa')
-rw-r--r-- | spa/plugins/audiotestsrc/audiotestsrc.c | 1 | ||||
-rw-r--r-- | spa/plugins/test/fakesink.c | 1 | ||||
-rw-r--r-- | spa/plugins/test/fakesrc.c | 1 | ||||
-rw-r--r-- | spa/plugins/videotestsrc/videotestsrc.c | 1 | ||||
-rw-r--r-- | spa/plugins/volume/volume.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/spa/plugins/audiotestsrc/audiotestsrc.c b/spa/plugins/audiotestsrc/audiotestsrc.c index 51fc42dc..e032dd68 100644 --- a/spa/plugins/audiotestsrc/audiotestsrc.c +++ b/spa/plugins/audiotestsrc/audiotestsrc.c @@ -28,6 +28,7 @@ #include <string.h> #include <stdio.h> +#include <spa/support/plugin.h> #include <spa/support/log.h> #include <spa/support/system.h> #include <spa/support/loop.h> diff --git a/spa/plugins/test/fakesink.c b/spa/plugins/test/fakesink.c index a2f5117f..d44112ee 100644 --- a/spa/plugins/test/fakesink.c +++ b/spa/plugins/test/fakesink.c @@ -29,6 +29,7 @@ #include <stdio.h> #include <sys/timerfd.h> +#include <spa/support/plugin.h> #include <spa/support/log.h> #include <spa/support/loop.h> #include <spa/utils/list.h> diff --git a/spa/plugins/test/fakesrc.c b/spa/plugins/test/fakesrc.c index 23423634..97fa56d1 100644 --- a/spa/plugins/test/fakesrc.c +++ b/spa/plugins/test/fakesrc.c @@ -29,6 +29,7 @@ #include <stdio.h> #include <sys/timerfd.h> +#include <spa/support/plugin.h> #include <spa/support/log.h> #include <spa/support/loop.h> #include <spa/utils/list.h> diff --git a/spa/plugins/videotestsrc/videotestsrc.c b/spa/plugins/videotestsrc/videotestsrc.c index a654903e..c6f38cc6 100644 --- a/spa/plugins/videotestsrc/videotestsrc.c +++ b/spa/plugins/videotestsrc/videotestsrc.c @@ -29,6 +29,7 @@ #include <stdio.h> #include <sys/timerfd.h> +#include <spa/support/plugin.h> #include <spa/support/log.h> #include <spa/support/loop.h> #include <spa/utils/list.h> diff --git a/spa/plugins/volume/volume.c b/spa/plugins/volume/volume.c index 07e8e455..e7135d09 100644 --- a/spa/plugins/volume/volume.c +++ b/spa/plugins/volume/volume.c @@ -26,6 +26,7 @@ #include <string.h> #include <stddef.h> +#include <spa/support/plugin.h> #include <spa/support/log.h> #include <spa/utils/list.h> #include <spa/node/node.h> |