Skip to content
Snippets Groups Projects
Commit 73ed9dea authored by Julian Oes's avatar Julian Oes
Browse files

mixer: add missing include

parent ea87bcb5
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
#include "mixer.h"
#include <stdio.h>
#include <stdlib.h>
#define debug(fmt, args...) do { } while(0)
//#define debug(fmt, args...) do { printf("[mixer] " fmt "\n", ##args); } while(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment