aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
authorDr. Orion Lawlor <lawlor@alaska.edu>2017-04-17 21:42:05 -0800
committerDr. Orion Lawlor <lawlor@alaska.edu>2017-04-17 21:42:05 -0800
commita7d4ccbde10be9c14ae690d3c9a21627195cfaa5 (patch)
treef861ee519625f4e87ce49a4587417dff6242061c /src/survive_data.c
parent06f580d722136051c55653f6767f185b396f3371 (diff)
downloadlibsurvive-a7d4ccbde10be9c14ae690d3c9a21627195cfaa5.tar.gz
libsurvive-a7d4ccbde10be9c14ae690d3c9a21627195cfaa5.tar.bz2
Fix warnings by including <math.h>
Diffstat (limited to 'src/survive_data.c')
-rw-r--r--src/survive_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index 0273532..7b9d051 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -4,6 +4,7 @@
#include "survive_internal.h"
#include <stdint.h>
#include <string.h>
+#include <math.h> /* for sqrt */
#define USE_TURVEYBIGUATOR