From f3b0df241de7f587a3288a01657a8fe9cc68058c Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Tue, 4 Oct 2016 16:35:21 +0200 Subject: [PATCH] wip --- src/beep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beep.c b/src/beep.c index 15e3a34..7cec3d2 100644 --- a/src/beep.c +++ b/src/beep.c @@ -2,7 +2,7 @@ #include #include #include // for usleep() -#include +#include "portaudio.h" #include "beep.h"