diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-23 04:48:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-23 04:48:07 +0000 |
commit | 976380ad2f7afcb8139e414dac89abbe43b262f1 (patch) | |
tree | c8e14197d88f9a3e80a1d1a479daad51762cf0d3 /term | |
parent | b0d23321686e6d87f479dac0f475423b230ce551 (diff) |
Include errno.h.
Diffstat (limited to 'term')
-rw-r--r-- | term/term.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h index e28d8c11..175e6ed5 100644 --- a/term/term.h +++ b/term/term.h @@ -20,6 +20,7 @@ #include <cthreads.h> #include <assert.h> +#include <errno.h> #undef MDMBUF #undef ECHO |