str.c: missing #include <time.h>
This commit is contained in:
parent
c0074a61d2
commit
a91ce6326d
1 changed files with 1 additions and 0 deletions
1
str.c
1
str.c
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
#include <wctype.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "str.h"
|
||||
#include "tts.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue