From c77352b17699b2b227dbda3d18a36eacfe6271d9 Mon Sep 17 00:00:00 2001 From: "larryh%netscape.com" Date: Fri, 20 Nov 1998 23:56:29 +0000 Subject: [PATCH] fix compile error introduced with OS/2 port --- nsprpub/pr/tests/select2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nsprpub/pr/tests/select2.c b/nsprpub/pr/tests/select2.c index 79357cafa3f..f25344afb82 100644 --- a/nsprpub/pr/tests/select2.c +++ b/nsprpub/pr/tests/select2.c @@ -41,7 +41,9 @@ #include #include #include +#if defined(OS2) #include +#endif #define PORT 8000 #define DEFAULT_COUNT 10