diff options
-rw-r--r-- | src/tinyproxy.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 <pthread.h> +#else +# ifdef HAVE_PTHREADS_H +# include <pthreads.h> +# endif #endif #ifdef HAVE_PWD_H # include <pwd.h> |