aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-22 15:14:09 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-22 15:14:09 +0000
commite95cd95dec5f740ef2e7a439c7245e69512656ab (patch)
tree23253fda1c723e75701eb3b3c40da3b47e80f283 /src/utils.h
parentc9d4b47c809d1035e3bc26ad7c9a013f610bee02 (diff)
Fix build problems
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@200 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index ab551e9..1abd04b 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -16,7 +16,7 @@
#include <config.h>
#endif
-#include <gsl/gsl_matrix.h>
+#include <stdlib.h>
#include <math.h>
extern unsigned int biggest(signed int a, signed int b);