blob: 13e52e79d9ddf010b5bb34c45b9d0304978001af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- http.c.orig 2009-04-10 16:01:37.000000000 +0200
+++ http.c 2009-04-10 16:01:57.000000000 +0200
@@ -1,4 +1,6 @@
+/* this define breaks the build on FreeBSD:
#define _XOPEN_SOURCE 500
+*/
#include "gatling.h"
|