File 0007-Fix-build-error.patch of Package libght
From 13b8731d2b6fb729d0459ff7251ed9dc2d6d6d80 Mon Sep 17 00:00:00 2001 From: Paul Ramsey <pramsey@opengeo.org> Date: Tue, 22 Oct 2013 12:55:34 -0700 Subject: [PATCH 7/7] Fix build error --- tools/las2ght.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/las2ght.c b/tools/las2ght.c index cf4898c..664a458 100644 --- a/tools/las2ght.c +++ b/tools/las2ght.c @@ -9,10 +9,10 @@ #include "liblas/capi/liblas.h" #include "proj_api.h" -#include "ght.h" /* We use the public GHT API to promote good practices */ #include <string.h> #include <stdio.h> #include <assert.h> +#include "ght.h" /* We use the public GHT API to promote good practices */ #define EXENAME "las2ght" #define MAXPOINTS 2000000 -- 1.8.4.5