forked from github/server
add missing include
This commit is contained in:
parent
a8140f1dc9
commit
54572fe40e
1 changed files with 2 additions and 0 deletions
|
@ -2,7 +2,9 @@
|
|||
#include <platform.h>
|
||||
#endif
|
||||
#include <CuTest.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "strings.h"
|
||||
|
|
Loading…
Reference in a new issue