X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/ba566fd944ea282f243f6a060140e2720b46240e..4f14a010d0a7d09721c32f0d35ffbeae05ea994c:/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"