You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
346 B
12 lines
346 B
17 years ago
|
--- 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
|