mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 13:23:27 +03:00
9 lines
98 B
C
9 lines
98 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
#include <sys/utmp.h>
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|