Include tts.h for wcs* prototypes.

This commit is contained in:
Felicity Tarnell 2014-03-08 13:09:14 +00:00
parent 2e64382573
commit 1ea26690e5

1
str.c
View file

@ -12,6 +12,7 @@
#include <wctype.h>
#include "str.h"
#include "tts.h"
size_t
tokenise(str, res)