From ec808aba12b178385c3a22f5f8a3d81d39bc2033 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 25 Aug 2012 14:00:19 +0200 Subject: [PATCH] text: include errno.h in text.h text.h uses -EOPNOTSUPP so we should include errno.h to avoid compilation errors. Signed-off-by: David Herrmann --- src/text.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/text.h b/src/text.h index 1e12c8b..f303051 100644 --- a/src/text.h +++ b/src/text.h @@ -38,6 +38,7 @@ #ifndef KMSCON_TEXT_H #define KMSCON_TEXT_H +#include #include #include "unicode.h" #include "uterm.h" -- 2.7.4