PhotoRec: add missing include ctype.h
This commit is contained in:
parent
700066869b
commit
4756038a07
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <time.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include "types.h"
|
||||
#include "filegen.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue