aboutsummaryrefslogtreecommitdiff
path: root/src/gen_cheb.c
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2006-03-30 14:35:09 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2006-03-30 14:35:09 +0000
commit74b768ba7a59fb5ae46be778f5274285757efd3e (patch)
treea73ecab20f4f8a778222ae442930d122b16772e0 /src/gen_cheb.c
parent505897a9f6a7097759a63ead75208624a393e14a (diff)
downloadPROJ-74b768ba7a59fb5ae46be778f5274285757efd3e.tar.gz
PROJ-74b768ba7a59fb5ae46be778f5274285757efd3e.zip
bug 1145: avoid warnings on VC8.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1329 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/gen_cheb.c')
-rw-r--r--src/gen_cheb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen_cheb.c b/src/gen_cheb.c
index e85305d8..92c7b9fd 100644
--- a/src/gen_cheb.c
+++ b/src/gen_cheb.c
@@ -3,10 +3,10 @@
static const char SCCSID[]="@(#)gen_cheb.c 4.9 95/09/23 GIE REL";
#endif
#define PJ_LIB__
+#include "projects.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
-#include <projects.h>
#include "emess.h"
#ifndef COEF_LINE_MAX
#define COEF_LINE_MAX 60