diff --git a/headers/posix/utime.h b/headers/posix/utime.h index 46be7dd8c4..e9bb1673b8 100644 --- a/headers/posix/utime.h +++ b/headers/posix/utime.h @@ -4,11 +4,11 @@ ** Distributed under the terms of the OpenBeOS License. */ + #include -struct utimbuf -{ +struct utimbuf { time_t actime; /* access time */ time_t modtime; /* modification time */ };