From a1e59d48f8cc8a2b48f18f23a1968d4a9fc57c9e Mon Sep 17 00:00:00 2001 From: Troy Straszheim Date: Sun, 22 Sep 2013 01:49:56 -0700 Subject: [PATCH] =?UTF-8?q?fix=20compile=20error=20./src/completion.h:58:7?= =?UTF-8?q?5:=20error:=20unknown=20type=20name=20=E2=80=98FILE=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/completion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/completion.h b/src/completion.h index ba22e30..3edc90e 100644 --- a/src/completion.h +++ b/src/completion.h @@ -1,6 +1,7 @@ #ifndef _COMPLETION_SESSION_H_ #define _COMPLETION_SESSION_H_ +#include #include