From: wessels <> Date: Sun, 18 Apr 1999 11:48:05 +0000 (+0000) Subject: needs include snprintf.h X-Git-Tag: SQUID_3_0_PRE1~2272 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d86af7260b88b4243762ce7cdff28c118e237923;p=thirdparty%2Fsquid.git needs include snprintf.h --- diff --git a/lib/rfc1035.c b/lib/rfc1035.c index d72bf3526a..7b51ed8946 100644 --- a/lib/rfc1035.c +++ b/lib/rfc1035.c @@ -1,5 +1,5 @@ /* - * $Id: rfc1035.c,v 1.6 1999/04/18 05:26:22 wessels Exp $ + * $Id: rfc1035.c,v 1.7 1999/04/18 05:48:05 wessels Exp $ * * Low level DNS protocol routines * AUTHOR: Duane Wessels @@ -63,6 +63,7 @@ #endif #include "rfc1035.h" +#include "snprintf.h" #define RFC1035_MAXLABELSZ 63