summaryrefslogtreecommitdiff
path: root/math/vowpal_wabbit/patches/patch-vowpalwabbit_parser.cc
blob: e6b893aacbaad36bf9284573ef4fd31785fd5e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-vowpalwabbit_parser.cc,v 1.1 2016/09/18 07:08:19 dholland Exp $

Use standard headers.

--- vowpalwabbit/parser.cc~	2016-06-21 18:37:43.000000000 +0000
+++ vowpalwabbit/parser.cc
@@ -34,7 +34,7 @@ int getpid()
 #endif
 #include <boost/program_options.hpp>
 
-#ifdef __FreeBSD__
+#ifndef _WIN32
 #include <netinet/in.h>
 #endif