python/hypothesis: update to 6.122.3
[oi-userland.git] / components / database / pgpool-II / patches / 02-stdarg-h.patch
blobf23771b90554902651176c9512db73eb2ab78c71
1 We have our definition for va_list in a separate header file stdarg.h.
3 --- pgpool-II-4.3.0/src/include/utils/fe_ports.h.orig 2021-12-07 03:47:33.000000000 +0000
4 +++ pgpool-II-4.3.0/src/include/utils/fe_ports.h 2022-01-09 11:46:18.840443147 +0000
5 @@ -29,6 +29,7 @@
6 #endif
8 #include <stdlib.h>
9 +#include <stdarg.h>
10 #ifndef FE_PORTS
11 #define FE_PORTS
12 #include "parser/pg_config_manual.h"