Add missing header in src/testdisk.c when compiling without ncurses

This commit is contained in:
Christophe Grenier 2019-04-26 18:42:49 +02:00
parent 372398f717
commit a71b112d58

View file

@ -43,9 +43,7 @@
#include "types.h"
#include "common.h"
#include "intrf.h"
#ifdef HAVE_NCURSES
#include "intrfn.h"
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif