LibC: Fix grp.h includes
That header file uses FILE*, which is defined in bits/FILE.h. Fixes #8827.
This commit is contained in:
parent
dbc77148c9
commit
ad6c385c9e
Notes:
sideshowbarker
2024-07-18 08:53:42 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/ad6c385c9e7 Pull-request: https://github.com/SerenityOS/serenity/pull/8828
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <bits/FILE.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue