summaryrefslogtreecommitdiff
path: root/storage/innobase/include/ibuf0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/ibuf0types.h')
-rw-r--r--storage/innobase/include/ibuf0types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/ibuf0types.h b/storage/innobase/include/ibuf0types.h
index e404b62a011..3fdbf078b0b 100644
--- a/storage/innobase/include/ibuf0types.h
+++ b/storage/innobase/include/ibuf0types.h
@@ -26,6 +26,6 @@ Created 7/29/1997 Heikki Tuuri
#ifndef ibuf0types_h
#define ibuf0types_h
-typedef struct ibuf_struct ibuf_t;
+struct ibuf_t;
#endif