Commit 7d9bedc3 authored by Max Kellermann's avatar Max Kellermann

mvp: missing includes

Again, a plugin which was disabled in my test environment and suffered from compilation errors.
parent 8fc6b93a
......@@ -26,6 +26,11 @@
#include "../utils.h"
#include "../log.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
typedef struct {
unsigned long dsp_status;
unsigned long stream_decode_type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment