mvp: missing includes
Again, a plugin which was disabled in my test environment and suffered from compilation errors.
This commit is contained in:
parent
8fc6b93afc
commit
7d9bedc3aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user