aboutsummaryrefslogtreecommitdiff
path: root/src/httpap/httpap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpap/httpap.c')
-rw-r--r--src/httpap/httpap.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/httpap/httpap.c b/src/httpap/httpap.c
index 42801caef..3e5700cb8 100644
--- a/src/httpap/httpap.c
+++ b/src/httpap/httpap.c
@@ -8,6 +8,14 @@
/*
* Changes :
* $Log$
+ * Revision 1.8 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.7 2002/09/03 18:44:23 nickm
* Port to MacOS X
*
@@ -59,7 +67,7 @@
#include <signal.h>
#include <stdarg.h>
#include <ctype.h>
-#include <stdint.h>
+#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>