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:
parent
51f2ab81e0
commit
ec808aba12
@ -38,6 +38,7 @@
|
||||
#ifndef KMSCON_TEXT_H
|
||||
#define KMSCON_TEXT_H
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include "unicode.h"
|
||||
#include "uterm.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user