PhotoRec: add missing include ctype.h

This commit is contained in:
Christophe Grenier 2013-03-23 19:18:46 +01:00
parent 700066869b
commit 4756038a07

View file

@ -29,6 +29,7 @@
#include <time.h>
#endif
#include <stdio.h>
#include <ctype.h>
#include "types.h"
#include "filegen.h"