13
0

add support for old compilers w/o implicit stdbool

This commit is contained in:
Robin Gareus 2013-12-27 14:53:30 +01:00
parent 3f75d78848
commit 8f69af4af3

View File

@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
#include <assert.h>
#ifndef BUFFER_SIZE_SAMPLES