Skip to content

Commit c9ba6e4

Browse files
committed
Explicitly include stdbool.h
1 parent 365550a commit c9ba6e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rtmixer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* See ../rtmixer_build.py, the ring buffer declarations are included there */
22

33
#include <math.h> // for llround()
4+
#include <stdbool.h>
45
#include <stdio.h> // for printf()
56
#include <string.h> // for memset()
67
#include <portaudio.h>

0 commit comments

Comments
 (0)