mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
LibC: Add missing <sys/time.h> include in <utmp.h>
This file uses 'struct timeval' without including relevant header.
This commit is contained in:
parent
6c4fe69899
commit
d3bb6cf5a9
Notes:
sideshowbarker
2024-07-19 06:44:13 +09:00
Author: https://github.com/Jongy
Commit: d3bb6cf5a9
Pull-request: https://github.com/SerenityOS/serenity/pull/2184
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue