change readpassphrase include

This commit is contained in:
Valient Gough 2015-06-14 09:35:28 -07:00
parent 03f0211fea
commit 772054e7cf

View File

@ -49,7 +49,7 @@ static const char rcsid[] =
#include <cctype> #include <cctype>
#include <termios.h> #include <termios.h>
#include <readpassphrase.h> #include "readpassphrase.h"
#ifdef TCSASOFT #ifdef TCSASOFT
#define _T_FLUSH (TCSAFLUSH | TCSASOFT) #define _T_FLUSH (TCSAFLUSH | TCSASOFT)