summaryrefslogtreecommitdiff
path: root/www/gatling/files/patch-dl.c
blob: 1439d3921b45dbf9392acaa3bbc66486f034488c (plain) (blame)
1
2
3
4
5
6
7
8
9
--- dl.c.orig	2020-11-26 15:36:13 UTC
+++ dl.c
@@ -1,3 +1,6 @@
+#ifdef __FreeBSD__
+#include <stdio.h>
+#endif
 #define _FILE_OFFSET_BITS 64
 #define _GNU_SOURCE