LZ4: Do not include arpa/inet.h in Windows builds

This commit is contained in:
Javier Celaya 2015-02-03 12:14:28 +01:00 committed by Christophe Fergeau
parent 9287e53b6c
commit 3aad79d9c6

View File

@ -27,7 +27,9 @@
#include <math.h>
#ifdef USE_LZ4
#ifndef WIN32
#include <arpa/inet.h>
#endif
#include <lz4.h>
#endif
#include <spice/macros.h>