Blob Blame History Raw
--- transmission-1.05/third-party/libevent/http.c.orig	2008-02-10 12:56:09.000000000 +0100
+++ transmission-1.05/third-party/libevent/http.c	2008-02-10 12:56:26.000000000 +0100
@@ -25,6 +25,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#define _GNU_SOURCE
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif