Merge branch 'http_older_openssl' of https://github.com/ddiss/fio
[fio.git] / crc / crc32.h
index 674057b23b46ce2e5b1852fda46a743182f75987..6378e815b1c6c7de32620c16febfe54e7c592a0b 100644 (file)
 
    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 <inttypes.h>
+
 extern uint32_t fio_crc32(const void * const, unsigned long);
 
 #endif