]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
needs include snprintf.h
authorwessels <>
Sun, 18 Apr 1999 11:48:05 +0000 (11:48 +0000)
committerwessels <>
Sun, 18 Apr 1999 11:48:05 +0000 (11:48 +0000)
lib/rfc1035.c

index d72bf3526a3b39f1bad307f46f9af2ebb2d2771e..7b51ed89467da6e178ae00f9ec1c08678835595e 100644 (file)
@@ -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