Skip to content

Commit decb67c

Browse files
committed
Internal libgeotiff: resync with upstream
1 parent bc5bcc7 commit decb67c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

frmts/gtiff/libgeotiff/geo_simpletags.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
*
1010
*****************************************************************************/
1111

12+
#include <stdlib.h>
13+
#include <string.h>
14+
1215
#include "geotiff.h" /* public GTIFF interface */
1316
#include "geo_simpletags.h"
1417

1518
#include "geo_tiffp.h" /* Private TIFF interface */
16-
#include "geo_keyp.h" /* Private GTIFF interface */
1719

1820
static int ST_TypeSize( int st_type );
1921

0 commit comments

Comments
 (0)