fixing Mac raptor build: include xp_sock.h

git-svn-id: svn://10.0.0.236/trunk@10977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre%netscape.com
1998-09-24 23:08:56 +00:00
parent 391708a77c
commit f780ed3335
2 changed files with 6 additions and 2 deletions

View File

@@ -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")

View File

@@ -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")