]> granicus.if.org Git - libevent/commitdiff
r18492@catbus: nickm | 2008-02-29 17:32:55 -0500
authorNick Mathewson <nickm@torproject.org>
Fri, 29 Feb 2008 22:33:01 +0000 (22:33 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 29 Feb 2008 22:33:01 +0000 (22:33 +0000)
 Add another missing _REENTRANT.

svn:r681

http.c

diff --git a/http.c b/http.c
index eed548e5f51e948d63b783e0358ade546bbc8ee7..710c752250bd0a53fbedc33e8dbed3c8e7e68b7f 100644 (file)
--- a/http.c
+++ b/http.c
@@ -28,6 +28,7 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#define _REENTRANT
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>