aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gensvm_init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gensvm_init.h b/include/gensvm_init.h
index 544c960..980366b 100644
--- a/include/gensvm_init.h
+++ b/include/gensvm_init.h
@@ -12,9 +12,9 @@
#ifndef GENSVM_INIT_H
#define GENSVM_INIT_H
-// forward declaration
-struct GenData;
-struct GenModel;
+// include
+#include "globals.h"
+#include "gensvm.h"
struct GenModel *gensvm_init_model();