aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_qhull/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_qhull/list.h')
-rw-r--r--src/mtx_qhull/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mtx_qhull/list.h b/src/mtx_qhull/list.h
index ca76cb7..dfccede 100644
--- a/src/mtx_qhull/list.h
+++ b/src/mtx_qhull/list.h
@@ -1,6 +1,8 @@
#ifndef QHULL_LIST_H
#define QHULL_LIST_H
+#include <sys/types.h>
+
typedef long int entry_t;
typedef long int index_t;