diff --git a/Userland/Libraries/LibC/sys/ioctl_numbers.h b/Userland/Libraries/LibC/sys/ioctl_numbers.h index b568c24a95..e046d79517 100644 --- a/Userland/Libraries/LibC/sys/ioctl_numbers.h +++ b/Userland/Libraries/LibC/sys/ioctl_numbers.h @@ -32,7 +32,7 @@ struct FBRect { struct FBRects { unsigned count; - FBRect const* rects; + struct FBRect const* rects; }; __END_DECLS