diff options
-rw-r--r-- | dive.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ /* maintains the internal dive list structure */ #include <string.h> #include <stdio.h> +#include <limits.h> #include "gettext.h" #include "dive.h" |
index : subsurface.git | ||
forked from https://github.com/subsurface/subsurface | Tim Segers |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | dive.c | 1 |
@@ -2,6 +2,7 @@ /* maintains the internal dive list structure */ #include <string.h> #include <stdio.h> +#include <limits.h> #include "gettext.h" #include "dive.h" |