mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
14 lines
279 B
Diff
14 lines
279 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
|