From e0694a8f6eaadaac6196afbee0982a266f4e2927 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 26 Nov 2001 05:23:49 +0000 Subject: Added support for the header. --- src/tinyproxy.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 18a115f..61a00a7 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.22 2001-11-26 01:39:53 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.23 2001-11-26 05:23:49 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -113,6 +113,10 @@ #endif #ifdef HAVE_PTHREAD_H # include +#else +# ifdef HAVE_PTHREADS_H +# include +# endif #endif #ifdef HAVE_PWD_H # include -- cgit v1.2.3