1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/librasterlite2/10-musl.patch
Holger Jaekel 22e46c061b testing/librasterlite2: new aport
https://www.gaia-gis.it/fossil/librasterlite2/index
Library for storing and retrieving huge raster coverages using a SpatiaLite DBMS
2020-05-27 16:00:55 +00:00

15 lines
No EOL
280 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: include time.h for time_t
----
--- a/headers/rasterlite2_private.h
+++ b/headers/rasterlite2_private.h
@@ -48,6 +48,7 @@
*/
#include "config.h"
+#include <time.h>
/*
/ the following patch supporting GeoTiff headers
~