Skip to content

Commit 5b78579

Browse files
spholznico
authored andcommitted
LibC: Add missing include in utime.h
<sys/types.h> declares the `utimbuf` struct used by this header. Fixes #25899
1 parent fc0826c commit 5b78579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Userland/Libraries/LibC/utime.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#pragma once
88

99
#include <sys/cdefs.h>
10+
#include <sys/types.h>
1011

1112
__BEGIN_DECLS
1213

0 commit comments

Comments
 (0)