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>2013-02-07 19:59:56 +0400
committerJohn Langford <jl@hunch.net>2013-02-07 19:59:56 +0400
commitd9890f6b24166923acb9c8fa40ac814e18f9cc12 (patch)
tree6d26a0855b62813e9488212bd0dd97f76f96b901 /vowpalwabbit/sender.cc
parent8184bd58b081a84d0c40ebd1b07a5cd51e8c516c (diff)
rename io io_buf
Diffstat (limited to 'vowpalwabbit/sender.cc')
-rw-r--r--vowpalwabbit/sender.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/sender.cc b/vowpalwabbit/sender.cc
index 95d20ff9..ced2168f 100644
--- a/vowpalwabbit/sender.cc
+++ b/vowpalwabbit/sender.cc
@@ -15,7 +15,7 @@
#else
#include <netdb.h>
#endif
-#include "io.h"
+#include "io_buf.h"
#include "parse_args.h"
#include "cache.h"
#include "simple_label.h"