LibC: Add missing <sys/time.h> include in <utmp.h>

This file uses 'struct timeval' without including relevant header.
This commit is contained in:
Yonatan Goldschmidt 2020-05-10 23:37:13 +03:00 committed by Andreas Kling
parent 6c4fe69899
commit d3bb6cf5a9
Notes: sideshowbarker 2024-07-19 06:44:13 +09:00

View File

@ -27,6 +27,7 @@
#pragma once
#include <sys/cdefs.h>
#include <sys/time.h>
__BEGIN_DECLS