From 4d17d6876e4b2f08380812c4ec113073b0a14639 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Jan 2004 13:56:45 +0000 Subject: Dan Fandrich's cleanup patch to make pedantic compiler options cause less warnings. Minor edits by me. --- lib/content_encoding.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/content_encoding.c') diff --git a/lib/content_encoding.c b/lib/content_encoding.c index 1eb465161..4ccef4834 100644 --- a/lib/content_encoding.c +++ b/lib/content_encoding.c @@ -32,6 +32,7 @@ #include #include #include "sendf.h" +#include "content_encoding.h" #define DSIZ 0x10000 /* buffer size for decompressed data */ -- cgit v1.2.3