[win32] - make it compile on win32
[deb_libnfs.git] / portmap / portmap.c
index 431fb1560b9e0d94a636f779bfc07b24d447cab6..29f13d00b3d44a70db72b9c33dd7298e7f65ca70 100644 (file)
@@ -14,6 +14,9 @@
    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/>.
 */
+#ifdef WIN32
+#include "win32_compat.h"
+#endif/*WIN32*/
 
 #if defined(WIN32)
 #include <winsock2.h>