summaryrefslogtreecommitdiff
path: root/rts/include/rts/storage/InfoTables.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/include/rts/storage/InfoTables.h')
-rw-r--r--rts/include/rts/storage/InfoTables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/include/rts/storage/InfoTables.h b/rts/include/rts/storage/InfoTables.h
index 77f45fb533..cf5704f9a5 100644
--- a/rts/include/rts/storage/InfoTables.h
+++ b/rts/include/rts/storage/InfoTables.h
@@ -122,7 +122,7 @@ extern const StgWord16 closure_flags[];
/*
* A large bitmap.
*/
-typedef struct {
+typedef struct StgLargeBitmap_ {
StgWord size;
StgWord bitmap[];
} StgLargeBitmap;