diff options
Diffstat (limited to 'src/include/utmp.h')
| -rw-r--r-- | src/include/utmp.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/utmp.h b/src/include/utmp.h new file mode 100644 index 0000000..2a7706d --- /dev/null +++ b/src/include/utmp.h @@ -0,0 +1,13 @@ +/* ISC license. */ + +/* + This file is part of the utmps package. + See https://skarnet.org/software/utmps/ +*/ + +#ifndef UTMP_H +#define UTMP_H + +#include <utmps/utmp.h> + +#endif |
