mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 13:37:45 -04:00
9 lines
98 B
C
9 lines
98 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include <sys/utmp.h>
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|