1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:37:35 +00:00

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

View file

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