mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
add support for old compilers w/o implicit stdbool
This commit is contained in:
parent
3f75d78848
commit
8f69af4af3
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef BUFFER_SIZE_SAMPLES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue