diff options
Diffstat (limited to 'src/httpap/http.c')
-rw-r--r-- | src/httpap/http.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/httpap/http.c b/src/httpap/http.c index 9dab57aa9e..a219d815c8 100644 --- a/src/httpap/http.c +++ b/src/httpap/http.c @@ -8,6 +8,14 @@ /* * Changes : * $Log$ + * Revision 1.3 2002/09/09 04:10:58 arma + * port to actual BSD + * + * (hey nick, does this break the os x build?) + * + * you still need to add some stuff to the ./configure commandline... + * anybody know a better solution? + * * Revision 1.2 2002/08/24 07:56:22 arma * proxies send port in host order as ascii string * @@ -32,7 +40,7 @@ #include <ctype.h> #include <stdio.h> #include <unistd.h> -#include <stdint.h> +#include <limits.h> #include <string.h> #include <stdlib.h> #include <time.h> |