aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_init.c
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 21:10:45 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 21:10:45 +0200
commitf2c8d1beffe88fd0a8e23ecb350ab22a3259c185 (patch)
tree15c35b70693d4033f0db8b4830b137e24d541d4e /src/gensvm_init.c
parentuse stdbool instead of bool typedef (diff)
downloadgensvm-f2c8d1beffe88fd0a8e23ecb350ab22a3259c185.tar.gz
gensvm-f2c8d1beffe88fd0a8e23ecb350ab22a3259c185.zip
Add functions for safe memory allocation
Diffstat (limited to 'src/gensvm_init.c')
-rw-r--r--src/gensvm_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gensvm_init.c b/src/gensvm_init.c
index 228e9fe..3b3f130 100644
--- a/src/gensvm_init.c
+++ b/src/gensvm_init.c
@@ -15,6 +15,7 @@
#include <math.h>
+#include "globals.h"
#include "gensvm.h"
#include "gensvm_init.h"