aboutsummaryrefslogtreecommitdiff
path: root/src/shared/wtmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/wtmp.c')
-rw-r--r--src/shared/wtmp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shared/wtmp.c b/src/shared/wtmp.c
index 5881aeba..286e5394 100644
--- a/src/shared/wtmp.c
+++ b/src/shared/wtmp.c
@@ -15,14 +15,12 @@
* except according to the terms contained in the LICENSE file.
*/
-#include <stdbool.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/utsname.h>
+#include <utmp.h>
#include "wtmp.h"