X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32.h;h=6378e815b1c6c7de32620c16febfe54e7c592a0b;hb=8822b8271b7d110a2b07795d7d25ad5677bc05c4;hp=674057b23b46ce2e5b1852fda46a743182f75987;hpb=65d0a0aa0c4e5ed39b804f5f83d311093af798c5;p=fio.git diff --git a/crc/crc32.h b/crc/crc32.h index 674057b2..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 +#include + extern uint32_t fio_crc32(const void * const, unsigned long); #endif