diff options
| author | Piotr Pawlow <pp@siedziba.pl> | 2014-03-13 21:51:16 +0100 |
|---|---|---|
| committer | Piotr Pawlow <pp@siedziba.pl> | 2014-03-13 21:51:16 +0100 |
| commit | fc1d5b7ea733fa73e17f9499f04f02bf06c051c1 (patch) | |
| tree | ba2e1b223561f67eac6e26c8967a4768fa9df45a /src | |
| parent | deb09311466b12dbce59deb4febc73e7d5798006 (diff) | |
- add missing includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/lingot-audio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lingot-audio.h b/src/lingot-audio.h index d76995c..ea7a041 100644 --- a/src/lingot-audio.h +++ b/src/lingot-audio.h @@ -31,6 +31,8 @@ #include <jack/jack.h> #endif +#include <stdint.h> +#include <pthread.h> #include "lingot-config.h" typedef void (*LingotAudioProcessCallback)(FLT* read_buffer, |
