[win32] - make it compile on win32
[deb_libnfs.git] / rquota / rquota.c
index 55919d54eb035215a8f7d5416cd17648097bc2e0..fa528c29f84725ef2a78c6768366edf697203404 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>