diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tinyproxy.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 <pthread.h> #endif -#include <stdint.h> +#ifdef HAVE_STDINT_H +# include <stdint.h> +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> |