[win32] - make it compile on win32
[deb_libnfs.git] / rquota / rquota.c
index 30abc679ee017ee32d3a2ec613212b90c91ac661..fa528c29f84725ef2a78c6768366edf697203404 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/>.
 */
+#ifdef WIN32
+#include "win32_compat.h"
+#endif/*WIN32*/
+
+#if defined(WIN32)
+#include <winsock2.h>
+#endif
 
 #include <stdio.h>
 #include <errno.h>