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 <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-08-25 14:00:19 +02:00
parent 51f2ab81e0
commit ec808aba12

View File

@ -38,6 +38,7 @@
#ifndef KMSCON_TEXT_H
#define KMSCON_TEXT_H
#include <errno.h>
#include <stdlib.h>
#include "unicode.h"
#include "uterm.h"