add support for old compilers w/o implicit stdbool
This commit is contained in:
parent
3f75d78848
commit
8f69af4af3
@ -25,6 +25,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef BUFFER_SIZE_SAMPLES
|
||||
|
Loading…
Reference in New Issue
Block a user