aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_io.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_io.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_io.c')
-rw-r--r--src/gensvm_io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gensvm_io.c b/src/gensvm_io.c
index d81f19b..c4798d8 100644
--- a/src/gensvm_io.c
+++ b/src/gensvm_io.c
@@ -10,6 +10,7 @@
*
*/
+#include "globals.h"
#include "gensvm.h"
#include "gensvm_io.h"
#include "gensvm_matrix.h"