1 #pragma once 2 3 /** 4 * @file lastlog.h 5 * @brief Historical alternative to `<utmp.h>`. 6 * 7 * New code should use `<utmp.h>` directly. 8 */ 9 10 #include <utmp.h> 11