summaryrefslogtreecommitdiff
path: root/source4/lib/zlib/crc32.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-15 13:32:51 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-18 15:25:40 +0200
commit5e4f668468d83b09765c4b15ff1b40b88401fb00 (patch)
treed20132113c89c212afaf0871736fc08d4674a9e5 /source4/lib/zlib/crc32.c
parent41fdbffa72cab3c4f18ef5f34ab2fa0ec10d4d53 (diff)
downloadsamba-5e4f668468d83b09765c4b15ff1b40b88401fb00.tar.gz
samba-5e4f668468d83b09765c4b15ff1b40b88401fb00.tar.bz2
samba-5e4f668468d83b09765c4b15ff1b40b88401fb00.zip
zlib: fix compiler warnings
metze (This used to be commit ce44a608f66bf27070fd43d576551fde6f545d7c)
Diffstat (limited to 'source4/lib/zlib/crc32.c')
-rw-r--r--source4/lib/zlib/crc32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/zlib/crc32.c b/source4/lib/zlib/crc32.c
index f658a9ef55..4d6e699e60 100644
--- a/source4/lib/zlib/crc32.c
+++ b/source4/lib/zlib/crc32.c
@@ -11,6 +11,8 @@
/* @(#) $Id$ */
+#include "zutil.h" /* for STDC and FAR definitions */
+
/*
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
protection on the static variables used to control the first-use generation
@@ -26,8 +28,6 @@
# endif /* !DYNAMIC_CRC_TABLE */
#endif /* MAKECRCH */
-#include "zutil.h" /* for STDC and FAR definitions */
-
#define local static
/* Find a four-byte integer type for crc32_little() and crc32_big(). */