From 5dcbdd58043a90c8fc66de5887efb8c79e1dcb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 21 Aug 2012 08:36:35 +0000 Subject: re-inclusion protection the rest shall be done by others svn path=/trunk/externals/iem/iemmatrix/; revision=16166 --- src/mtx_qhull/list.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/mtx_qhull/list.h b/src/mtx_qhull/list.h index 699f9ed..ca76cb7 100644 --- a/src/mtx_qhull/list.h +++ b/src/mtx_qhull/list.h @@ -1,3 +1,5 @@ +#ifndef QHULL_LIST_H +#define QHULL_LIST_H typedef long int entry_t; typedef long int index_t; @@ -36,3 +38,4 @@ list_t findValueListInList(const list_t value_list, const list_t list); entry_t findValueInList(const entry_t entry, const list_t list); void printList(const list_t list); +#endif /* QHULL_LIST_H */ -- cgit v1.2.1