diff options
Diffstat (limited to 'crc32.c')
-rw-r--r-- | crc32.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,8 +23,7 @@ | |||
23 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 23 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
25 | */ | 25 | */ |
26 | 26 | #include "includes.h" | |
27 | #include <sys/types.h> | ||
28 | #include "crc32.h" | 27 | #include "crc32.h" |
29 | 28 | ||
30 | static const u_int32_t crc32tab[] = { | 29 | static const u_int32_t crc32tab[] = { |