diff options
Diffstat (limited to 'src/shared/wtmp.h')
-rw-r--r-- | src/shared/wtmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/wtmp.h b/src/shared/wtmp.h index edab322c..9691b672 100644 --- a/src/shared/wtmp.h +++ b/src/shared/wtmp.h @@ -19,6 +19,7 @@ #define __RC_WTMP_H__ #include <utmp.h> +#include <sys/types.h> void log_wtmp(const char *user, const char *id, pid_t pid, int type, const char *line); |