diff --git a/panda/src/nativenet/Sources.pp b/panda/src/nativenet/Sources.pp index 01050d527f..9304c8d592 100644 --- a/panda/src/nativenet/Sources.pp +++ b/panda/src/nativenet/Sources.pp @@ -2,8 +2,9 @@ #define LOCAL_LIBS express pandabase -#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \ - dtoolutil:c dtoolbase:c dtool:m +#define OTHER_LIBS \ + interrogatedb:c dconfig:c dtoolconfig:m \ + dtoolutil:c dtoolbase:c prc:c dtool:m #define BUILD_DIRECTORY $[WANT_NATIVE_NET] diff --git a/panda/src/nativenet/socket_portable.h b/panda/src/nativenet/socket_portable.h index 021cdb57af..af4547bf60 100755 --- a/panda/src/nativenet/socket_portable.h +++ b/panda/src/nativenet/socket_portable.h @@ -244,7 +244,7 @@ const int LOCAL_CONNECT_BLOCKING = EINPROGRESS; * LINUX and FreeBSD STUFF ************************************************************************/ -#elif defined(IS_LINUX) || defined(FreeBSD) +#elif defined(IS_LINUX) || defined(IS_OSX) || defined(FreeBSD) #include #include