Merge remote branch 'memphiz/win32'
[deb_libnfs.git] / rquota / rquota.c
index 55919d54eb035215a8f7d5416cd17648097bc2e0..549f2ff93ae9179dba8cd63a045f0c3a7a0d118b 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 <errno.h>