mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
47f8960c39
library. PR: 26928 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
19 lines
352 B
Plaintext
19 lines
352 B
Plaintext
diff -ruN ORIG/Projection.cpp Projection.cpp
|
|
--- ORIG/Projection.cpp Fri May 5 07:24:56 2000
|
|
+++ Projection.cpp Fri Apr 27 19:07:08 2001
|
|
@@ -9,6 +9,8 @@
|
|
#include "GeographicProjection.h"
|
|
#include "gctpc/untfz.h"
|
|
|
|
+#include <stdio.h>
|
|
+
|
|
#ifndef NULL
|
|
#define NULL 0
|
|
#endif
|
|
@@ -238,4 +240,4 @@
|
|
longitude /= factor;
|
|
|
|
return bResult;
|
|
-}
|
|
+}
|