diff --git a/src/syscalls/time_calls.rs b/src/syscalls/time_calls.rs index aec967f..36f2d6c 100644 --- a/src/syscalls/time_calls.rs +++ b/src/syscalls/time_calls.rs @@ -2,6 +2,7 @@ /// Seconds and milliseconds since the Unix epoch. #[repr(C)] +#[derive(Debug)] pub struct SecondsTime { /// Seconds pub seconds: u64,