diff --git a/handbook/porting.sgml b/handbook/porting.sgml index 5fc46ca7c8..4575a6a314 100644 --- a/handbook/porting.sgml +++ b/handbook/porting.sgml @@ -49,7 +49,7 @@ the ports collection. is already included; if not, add the code: -#ifdef (defined(__unix__) || defined(unix)) +#ifdef (defined(__unix__) || defined(unix)) && !defined(USG) #include #endif