python/manuel: update to 1.13.0
[oi-userland.git] / components / image / rrdtool / patches / 01_missing_limits_rrd_h.patch
blob96502183068c230167eaaa039a6babc302835b7d
1 # just includes limits.h to provide PATH_MAX definition
2 --- rrdtool-1.7.2/src/rrd.h.new 2022-01-03 20:59:16.535205166 +0000
3 +++ rrdtool-1.7.2/src/rrd.h 2022-01-03 20:59:01.326091575 +0000
4 @@ -72,6 +72,7 @@
5 #include <time.h>
6 #include <stdio.h> /* for FILE */
7 #include <string.h>
8 +#include <limits.h>
10 /* Formerly rrd_nan_inf.h */
11 #ifndef DNAN