Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-11-25 21:53:40 +0300
committerJohn Langford <jl@hunch.net>2009-11-25 21:53:40 +0300
commitfedec17048f8a424df36fd291adedd812e11dca6 (patch)
tree98a5cdaca526e1d4526af4fd45cf08684af0d050 /multisource.cc
parentf249dfd49bdcbcfce63df5b03a7bcfcb0a1c650e (diff)
parenta93e72eee907759d93d695a8760f0ba7d07df661 (diff)
made compile on fedora 11
Diffstat (limited to 'multisource.cc')
-rw-r--r--multisource.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/multisource.cc b/multisource.cc
index e3800bcf..2cfbc1dc 100644
--- a/multisource.cc
+++ b/multisource.cc
@@ -4,6 +4,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
+#include <stdio.h>
bool blocking_get_prediction(int sock, prediction &p)
{