From d0b36a6673db0dad4b0a70fbdd68d3c2e5fed6e0 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Thu, 14 Sep 2000 16:41:20 +0000 Subject: Need to do a check for the header since it's not a standard header available on all systems. --- src/tinyproxy.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 0f9a0d8..5ca4f18 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.4 2000-09-12 00:03:53 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.5 2000-09-14 16:41:20 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -42,7 +42,9 @@ #ifdef HAVE_PTHREAD_H # include #endif -#include +#ifdef HAVE_STDINT_H +# include +#endif #include #include #include -- cgit v1.2.3