aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_sv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_sv.h')
-rw-r--r--include/gensvm_sv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gensvm_sv.h b/include/gensvm_sv.h
index 2c7cf57..8347b95 100644
--- a/include/gensvm_sv.h
+++ b/include/gensvm_sv.h
@@ -12,6 +12,10 @@
#ifndef GENSVM_SV_H
#define GENSVM_SV_H
+// includes
+#include "gensvm_base.h"
+
+// function declarations
long gensvm_num_sv(struct GenModel *model, struct GenData *data);
#endif