summaryrefslogtreecommitdiffstats
path: root/core/strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/strtod.c')
-rw-r--r--core/strtod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/strtod.c b/core/strtod.c
index f0170ac3b..74720783c 100644
--- a/core/strtod.c
+++ b/core/strtod.c
@@ -28,7 +28,7 @@
* they have locales with commas", just pass in a zero flag.
*/
#include <ctype.h>
-#include "dive.h"
+#include "subsurface-string.h"
double strtod_flags(const char *str, const char **ptr, unsigned int flags)
{