aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_qhull/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_qhull/list.c')
-rw-r--r--src/mtx_qhull/list.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mtx_qhull/list.c b/src/mtx_qhull/list.c
index 07ce4f2..a464ae9 100644
--- a/src/mtx_qhull/list.c
+++ b/src/mtx_qhull/list.c
@@ -1,4 +1,8 @@
+#include "list.h"
+#include <stdlib.h>
+#include <stdio.h>
+
// memory things:
list_t emptyList(void) {
list_t generated_list;