--- pgp/src/more.c 2018/04/24 16:39:05 1.1.1.3 +++ pgp/src/more.c 2018/04/24 16:39:57 1.1.1.4 @@ -39,7 +39,9 @@ FILE *popen(); #include "charset.h" #ifdef MSDOS +#ifndef __GO32__ #include +#endif #define DEFAULT_LINES 25 /* MSDOS actually has a 25-line screen */ #else #define DEFAULT_LINES 24