1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-25 14:40:32 -04:00
ports/www/tinyproxy/files/patch-src-conf.c
2021-05-05 05:45:47 +08:00

10 lines
167 B
C

--- src/conf.c.orig 2021-04-16 12:31:11 UTC
+++ src/conf.c
@@ -24,6 +24,7 @@
*/
#include "common.h"
+#include <limits.h>
#include <regex.h>
#include "conf.h"