mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03: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: https://github.com/SerenityOS/serenity/commit/d3bb6cf5a98 Pull-request: https://github.com/SerenityOS/serenity/pull/2184
@ -27,6 +27,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user