X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/e270cd3d8aa62bca2630191b41958be0d0cbd430..e13ab673e45ea48de49661f7838e75925f405514:/src/coords.c diff --git a/src/coords.c b/src/coords.c index 7990cfc2..25eb900c 100644 --- a/src/coords.c +++ b/src/coords.c @@ -35,10 +35,19 @@ renaming functions and defining LatLon and UTM structs. ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#ifdef HAVE_STDLIB_H #include +#endif +#ifdef HAVE_STRING_H #include +#endif +#ifdef HAVE_MATH_H #include +#endif #include "viking.h" #include "globals.h"