--- embedaddon/lighttpd/src/crc32.h 2013/10/14 10:32:47 1.1.1.1 +++ embedaddon/lighttpd/src/crc32.h 2016/11/02 10:35:00 1.1.1.2 @@ -1,10 +1,7 @@ #ifndef __crc32cr_table_h__ #define __crc32cr_table_h__ +#include "first.h" -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include #if defined HAVE_STDINT_H @@ -13,6 +10,6 @@ # include #endif -uint32_t generate_crc32c(char *string, size_t length); +uint32_t generate_crc32c(const char *string, size_t length); #endif