From 772054e7cf61f3c9223717003ac0ddd60d63a685 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Sun, 14 Jun 2015 09:35:28 -0700 Subject: [PATCH] change readpassphrase include --- encfs/readpassphrase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encfs/readpassphrase.cpp b/encfs/readpassphrase.cpp index af316dc..a354f97 100644 --- a/encfs/readpassphrase.cpp +++ b/encfs/readpassphrase.cpp @@ -49,7 +49,7 @@ static const char rcsid[] = #include #include -#include +#include "readpassphrase.h" #ifdef TCSASOFT #define _T_FLUSH (TCSAFLUSH | TCSASOFT)