diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-08-19 14:10:53 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-08-19 14:10:53 +1000 |
commit | aef684da3149eaf2b8d87c4903af241c9a2311a6 (patch) | |
tree | 5b383bca4046f59b243293e721b730f860fb86ec /source4/lib/zlib/crc32.c | |
parent | 47d80366bef5e62b6727a574b2300cc94a2e18f7 (diff) | |
parent | 4422617f7a5c36740263397b1672f75efe879520 (diff) | |
download | samba-aef684da3149eaf2b8d87c4903af241c9a2311a6.tar.gz samba-aef684da3149eaf2b8d87c4903af241c9a2311a6.tar.bz2 samba-aef684da3149eaf2b8d87c4903af241c9a2311a6.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit 27d07df301d60e49d36efd003f2fd2305c83c3fe)
Diffstat (limited to 'source4/lib/zlib/crc32.c')
-rw-r--r-- | source4/lib/zlib/crc32.c | 4 |
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(). */ |