462e90cf4d
Bug: N/A Test: N/A Change-Id: I17345cb72a5ffc3af1688cf5874589cfb1e1fea0
10 lines
155 B
C
10 lines
155 B
C
#pragma once
|
|
|
|
/**
|
|
* @file lastlog.h
|
|
* @brief Historical alternative to `<utmp.h>`.
|
|
*
|
|
* New code should use `<utmp.h>` directly.
|
|
*/
|
|
|
|
#include <utmp.h>
|