From f780ed333546cb6fd9b394033a9415e75d8b56c8 Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Thu, 24 Sep 1998 23:08:56 +0000 Subject: [PATCH] fixing Mac raptor build: include xp_sock.h git-svn-id: svn://10.0.0.236/trunk@10977 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/allxpstr.h | 4 +++- mozilla/include/allxpstr.rc | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mozilla/include/allxpstr.h b/mozilla/include/allxpstr.h index 48805758e9b..528b6b0aa59 100644 --- a/mozilla/include/allxpstr.h +++ b/mozilla/include/allxpstr.h @@ -4706,7 +4706,9 @@ ResDef(XP_ERRNO_EHOSTUNREACH ,WSAEHOSTUNREACH ,"No route to host") END_STR(mcom_include_xp_error_i_strings) #else - +#ifdef XP_MAC +#include "xp_sock.h" +#endif RES_START BEGIN_STR(mcom_include_xp_error_i_strings) ResDef(XP_ERRNO_EPIPE ,EPIPE ,"Broken pipe") diff --git a/mozilla/include/allxpstr.rc b/mozilla/include/allxpstr.rc index 48805758e9b..528b6b0aa59 100644 --- a/mozilla/include/allxpstr.rc +++ b/mozilla/include/allxpstr.rc @@ -4706,7 +4706,9 @@ ResDef(XP_ERRNO_EHOSTUNREACH ,WSAEHOSTUNREACH ,"No route to host") END_STR(mcom_include_xp_error_i_strings) #else - +#ifdef XP_MAC +#include "xp_sock.h" +#endif RES_START BEGIN_STR(mcom_include_xp_error_i_strings) ResDef(XP_ERRNO_EPIPE ,EPIPE ,"Broken pipe")