X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/bd504ef0e0b883cdd7917b73b3574eb9ce669905..39236c6e673c41db228275375ab7fdb0f837b292:/bsd/sys/termios.h diff --git a/bsd/sys/termios.h b/bsd/sys/termios.h index c1f3b5dac..ac0cacb1e 100644 --- a/bsd/sys/termios.h +++ b/bsd/sys/termios.h @@ -107,9 +107,7 @@ #endif #define NCCS 20 -#ifndef _POSIX_VDISABLE -#define _POSIX_VDISABLE 0xff -#endif +#include #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE) #define CCEQ(val, c) ((c) == (val) ? (val) != _POSIX_VDISABLE : 0)