X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/ba566fd944ea282f243f6a060140e2720b46240e..f5f53833288f037fee5e21a39b4d6ddf005994db:/src/coords.c?ds=sidebyside 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"