From 78102136e63b4bdccd06982fd8708b6832225be7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 7 Jan 2022 00:13:56 +0100 Subject: term: Make sure to have ttydefchars use the proper _POSIX_VDISABLE For to catch the proper value of _POSIX_VDISABLE, has to be included before it. happens to be including it so we have to include before that. --- term/term.h | 1 + 1 file changed, 1 insertion(+) (limited to 'term/term.h') diff --git a/term/term.h b/term/term.h index 3984bd7f..c6763d06 100644 --- a/term/term.h +++ b/term/term.h @@ -43,6 +43,7 @@ #undef FLUSHO #undef PENDIN #undef NOFLSH +#include #include #define CHAR_EOT '\004' /* C-d */ -- cgit v1.2.3