Add missing header in src/testdisk.c when compiling without ncurses
This commit is contained in:
parent
372398f717
commit
a71b112d58
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue