termux-packages/packages/gdal/cpal_port.h.patch

21 lines
453 B
Diff
Raw Normal View History

2019-05-24 14:34:22 +02:00
--- ../cpl_port.h.orig 2019-05-24 13:50:47.754028778 +0200
+++ ./port/cpl_port.h 2019-05-24 14:28:25.219164021 +0200
@@ -140,7 +140,7 @@
2019-05-22 21:15:06 +02:00
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
-#include <limits.h>
+#include <linux/limits.h>
#include <time.h>
2019-05-24 14:34:22 +02:00
@@ -1118,7 +1118,7 @@
2019-05-22 21:15:06 +02:00
#include <set>
#include <string>
#include <cstddef>
-#include <limits>
+#include <linux/limits>
#include <sstream>
#include <fstream>
#include <algorithm>