Added stdio to JackDspSource.
This commit is contained in:
parent
c1d152ca8a
commit
e554efe75b
|
@ -40,6 +40,12 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDIO_H
|
||||
#include <stdio.h>
|
||||
#else
|
||||
#error need stdio.h
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue