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@nyclamp.(none)>2014-03-31 19:51:01 +0400
committerJohn Langford <jl@nyclamp.(none)>2014-03-31 19:51:01 +0400
commitce8ffc8ff5821cc45f28739bc0889dc697dc8f98 (patch)
treefb0ef43ec0e37097dd156ae9b24d5295bb97b438 /Makefile.am
parent5023ab65297cc03427afc8ca3d2c7730383b633f (diff)
error check all calls to calloc
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 190daedf..aae86f30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,7 @@ noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/gd.h \
vowpalwabbit/gd_mf.h \
vowpalwabbit/mf.h \
+ vowpalwabbit/memory.h \
vowpalwabbit/lda_core.h \
vowpalwabbit/lrq.h \
vowpalwabbit/network.h \