aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_qhull/list.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-08-23 13:25:42 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-08-23 13:25:42 +0000
commitb801e58f0dc2ec8257026283ea4f1a657c93f700 (patch)
treeb5b94a98dbb7d7fa66ca1b50cd1faa8fd446cb9e /src/mtx_qhull/list.h
parent3b76e03e69022f7214c98a3fcae0e7634d186fd1 (diff)
protect headers against double inclusion
and include headers needed svn path=/trunk/externals/iem/iemmatrix/; revision=16169
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;