aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_vgridshift.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_vgridshift.c')
-rw-r--r--src/PJ_vgridshift.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_vgridshift.c b/src/PJ_vgridshift.c
index bb8b4d4d..205806b2 100644
--- a/src/PJ_vgridshift.c
+++ b/src/PJ_vgridshift.c
@@ -1,4 +1,7 @@
#define PJ_LIB__
+
+#include <stddef.h>
+
#include "proj_internal.h"
#include "projects.h"
@@ -74,4 +77,3 @@ PJ *TRANSFORMATION(vgridshift,0) {
return P;
}
-