Win32 changes, include files we need when compiling under win32
[deb_libnfs.git] / rquota / rquota.c
index 30abc679ee017ee32d3a2ec613212b90c91ac661..55919d54eb035215a8f7d5416cd17648097bc2e0 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 <errno.h>
 #include <sys/stat.h>