From a91ce6326d32a0f3200355ad4792849fa4cf8ba1 Mon Sep 17 00:00:00 2001 From: Felicity Tarnell Date: Tue, 12 Apr 2016 10:12:44 +0100 Subject: [PATCH] str.c: missing #include --- str.c | 1 + 1 file changed, 1 insertion(+) diff --git a/str.c b/str.c index 5813606..4c7a42b 100644 --- a/str.c +++ b/str.c @@ -10,6 +10,7 @@ #include #include +#include #include "str.h" #include "tts.h"