mirror of
https://github.com/pret/agbcc.git
synced 2026-03-21 17:44:20 -05:00
9 lines
90 B
C
9 lines
90 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include <sys/utmp.h>
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|