Commit f49f54b
libgloss/riscv: Fix struct utimbuf warning in sys_utime.c stub
Include <utime.h> to ensure 'struct utimbuf' is visible. This fixes a
compiler warning where the struct was declared inside the parameter
list.
Signed-off-by: Pincheng Wang <[email protected]>1 parent b1d2580 commit f49f54b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
0 commit comments