[win32] - completed win32 port
[deb_libnfs.git] / portmap / portmap.c
index 431fb1560b9e0d94a636f779bfc07b24d447cab6..f8c434d19950e449c0f7bb701c6b32cb992eba8b 100644 (file)
    You should have received a copy of the GNU Lesser General Public License
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
-
-#if defined(WIN32)
-#include <winsock2.h>
-#endif
+#ifdef WIN32
+#include "win32_compat.h"
+#endif/*WIN32*/
 
 #include <stdio.h>
 #include <rpc/rpc.h>