diff options
Diffstat (limited to 'src/jo_n_speak.h')
-rw-r--r-- | src/jo_n_speak.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jo_n_speak.h b/src/jo_n_speak.h index 36dced4..c0eb40f 100644 --- a/src/jo_n_speak.h +++ b/src/jo_n_speak.h @@ -15,6 +15,7 @@ #include <espeak/speak_lib.h> #include <string.h> +#include <stddef.h> void jo_n_speak(const char *); |