Win32 changes, include files we need when compiling under win32
[deb_libnfs.git] / portmap / portmap.c
index 07aa91276ea07ce06c9653cd56f851c4b22ee4d1..431fb1560b9e0d94a636f779bfc07b24d447cab6 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
+#if defined(WIN32)
+#include <winsock2.h>
+#endif
+
 #include <stdio.h>
 #include <rpc/rpc.h>
 #include <rpc/xdr.h>