aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h
index fad5c7bc..a43826d2 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -182,11 +182,13 @@ struct FACTORS;
struct PJ_REGION_S;
typedef struct PJ_REGION_S PJ_Region;
typedef struct ARG_list paralist; /* parameter list */
+#ifndef PROJ_INTERNAL_H
enum pj_io_units {
PJ_IO_UNITS_CLASSIC = 0, /* Scaled meters (right) */
PJ_IO_UNITS_METERS = 1, /* Meters */
PJ_IO_UNITS_RADIANS = 2 /* Radians */
};
+#endif
#ifndef PROJ_H
typedef struct PJconsts PJ; /* the PJ object herself */
typedef union PJ_COORD PJ_COORD;