From 593b5f99b334da9a5090792910d39b4de16d0f1f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 29 Feb 2008 22:33:01 +0000 Subject: [PATCH] r18492@catbus: nickm | 2008-02-29 17:32:55 -0500 Add another missing _REENTRANT. svn:r681 --- http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/http.c b/http.c index eed548e5..710c7522 100644 --- 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 -- 2.50.0