From 1ea26690e58d9c1fc6c32ad3c477b77b594c0331 Mon Sep 17 00:00:00 2001 From: Felicity Tarnell Date: Sat, 8 Mar 2014 13:09:14 +0000 Subject: [PATCH] Include tts.h for wcs* prototypes. --- str.c | 1 + 1 file changed, 1 insertion(+) diff --git a/str.c b/str.c index 7227deb..99be83b 100644 --- a/str.c +++ b/str.c @@ -12,6 +12,7 @@ #include #include "str.h" +#include "tts.h" size_t tokenise(str, res)