r18492@catbus: nickm | 2008-02-29 17:32:55 -0500

Add another missing _REENTRANT.


svn:r681
This commit is contained in:
Nick Mathewson 2008-02-29 22:33:01 +00:00
parent 00382110b2
commit 593b5f99b3

1
http.c
View File

@ -28,6 +28,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define _REENTRANT
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>