From ca49a977888c5a318c55749fd6e1d3a9efe4b0bf Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 25 Feb 2003 10:22:35 +1100 Subject: - (djm) Fix some compile errors spotted by dtucker and his fabulous tinderbox --- crc32.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crc32.c') diff --git a/crc32.c b/crc32.c index 89c808a8..ac627b57 100644 --- a/crc32.c +++ b/crc32.c @@ -23,8 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - -#include +#include "includes.h" #include "crc32.h" static const u_int32_t crc32tab[] = { -- cgit v1.2.3