Added #include <string.h>
This commit is contained in:
parent
c7f7093df5
commit
0b016f35ca
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
// do some non-destructive read tests relating text files
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
static void readchars( FILE *fd ) {
|
||||
char c;
|
||||
|
|
Loading…
Reference in a new issue