dmesg: add file header.

This commit is contained in:
Fuad Ismail 2024-11-30 22:07:32 +07:00
parent c3c80c4bcd
commit f3de668f7f

@ -1,3 +1,8 @@
// This file is part of the uutils util-linux package.
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use chrono::{DateTime, FixedOffset, TimeDelta};
#[cfg(feature = "fixed-boot-time")]
use chrono::{NaiveDate, NaiveTime};