LibC: Fix grp.h includes

That header file uses FILE*, which is defined in bits/FILE.h.

Fixes #8827.
This commit is contained in:
Jean-Baptiste Boric 2021-07-17 11:27:23 +02:00 committed by Andreas Kling
parent dbc77148c9
commit ad6c385c9e
Notes: sideshowbarker 2024-07-18 08:53:42 +09:00

View file

@ -7,6 +7,7 @@
#pragma once
#include <bits/FILE.h>
#include <sys/cdefs.h>
#include <sys/types.h>