From 59cb358fda0e5281bcd89f23cc24bc54bb517567 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 6 Jul 2020 00:00:36 -0700 Subject: More TANDEM changes - Handle a non-0 root uid. - Handle alternate major/minor/MAKEDEV funcs. - Other misc compatibility tweaks. --- popt/system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'popt') diff --git a/popt/system.h b/popt/system.h index 50cecaf5..25c22dae 100644 --- a/popt/system.h +++ b/popt/system.h @@ -11,6 +11,10 @@ extern __const __int32_t *__ctype_toupper; /*@=declundef@*/ #endif +#ifdef __TANDEM +# include +#endif + #include #include -- cgit v1.2.1