Index: src/processor/binarystream.cc |
=================================================================== |
--- src/processor/binarystream.cc (revision 1418) |
+++ src/processor/binarystream.cc (working copy) |
@@ -27,7 +27,9 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
+#ifndef _WIN32 |
#include <arpa/inet.h> |
+#endif |
#include <limits.h> |
#include <string> |