We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5bcc7 commit decb67cCopy full SHA for decb67c
1 file changed
frmts/gtiff/libgeotiff/geo_simpletags.c
@@ -9,11 +9,13 @@
9
*
10
*****************************************************************************/
11
12
+#include <stdlib.h>
13
+#include <string.h>
14
+
15
#include "geotiff.h" /* public GTIFF interface */
16
#include "geo_simpletags.h"
17
18
#include "geo_tiffp.h" /* Private TIFF interface */
-#include "geo_keyp.h" /* Private GTIFF interface */
19
20
static int ST_TypeSize( int st_type );
21
0 commit comments