summaryrefslogtreecommitdiff
path: root/src/include/crc32c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/crc32c.h')
-rw-r--r--src/include/crc32c.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/crc32c.h b/src/include/crc32c.h
index 8e22c624636..49d68474d68 100644
--- a/src/include/crc32c.h
+++ b/src/include/crc32c.h
@@ -1,8 +1,7 @@
#ifndef CEPH_CRC32C_H
#define CEPH_CRC32C_H
-#include "include/int_types.h"
-
+#include <inttypes.h>
#include <string.h>
typedef uint32_t (*ceph_crc32c_func_t)(uint32_t crc, unsigned char const *data, unsigned length);