aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.c
diff options
context:
space:
mode:
authorCNLohr <lohr85@gmail.com>2017-03-14 19:05:46 -0400
committerCNLohr <lohr85@gmail.com>2017-03-14 19:05:46 -0400
commit0a2550249f9523dca974a79b51b5a7358b5fb943 (patch)
tree73d8d1e652582ce9199f12d9b3b990c54acce9f8 /redist/linmath.c
parentf1d9ab47020293d373cc20695234e3677ceacb7f (diff)
downloadlibsurvive-0a2550249f9523dca974a79b51b5a7358b5fb943.tar.gz
libsurvive-0a2550249f9523dca974a79b51b5a7358b5fb943.tar.bz2
Almost able to build on Windows.
Diffstat (limited to 'redist/linmath.c')
-rw-r--r--redist/linmath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/linmath.c b/redist/linmath.c
index 41fa18f..dd6bd15 100644
--- a/redist/linmath.c
+++ b/redist/linmath.c
@@ -1,7 +1,7 @@
//Copyright 2013,2016 <>< C. N. Lohr. This file licensed under the terms of the MIT license.
-#include "linmath.h"
#include <math.h>
+#include "linmath.h"
#include <float.h>
#include <string.h>