mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
https://www.gaia-gis.it/fossil/librasterlite2/index Library for storing and retrieving huge raster coverages using a SpatiaLite DBMS
15 lines
No EOL
280 B
Diff
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
|
|
~
|