X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32.h;h=6378e815b1c6c7de32620c16febfe54e7c592a0b;hb=ce8926092dcb3022bf658bccc3a247530c3ea500;hp=d59a56072be537277691aef4cc08b1b749fc4ad8;hpb=1025d13dc9b230ac798eda37c7f3bb4471951a00;p=fio.git diff --git a/crc/crc32.h b/crc/crc32.h index d59a5607..6378e815 100644 --- a/crc/crc32.h +++ b/crc/crc32.h @@ -13,11 +13,13 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef CRC32_H #define CRC32_H -extern uint32_t crc32(const void * const, unsigned long); +#include + +extern uint32_t fio_crc32(const void * const, unsigned long); #endif