mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
LibCore: Add missing <utime.h> include to System.h
This commit is contained in:
parent
bcd49ad834
commit
7f5d060450
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <utime.h>
|
||||||
|
|
||||||
namespace Core::System {
|
namespace Core::System {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue