summaryrefslogtreecommitdiff
path: root/login/utmp_daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/utmp_daemon.c')
-rw-r--r--login/utmp_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login/utmp_daemon.c b/login/utmp_daemon.c
index edaade1eff..9e02f24524 100644
--- a/login/utmp_daemon.c
+++ b/login/utmp_daemon.c
@@ -27,7 +27,7 @@
#include <utmp.h>
#include "utmp-private.h"
-#include "utmpd/utmpd.h"
+#include "programs/utmpd.h"
#ifndef _LIBC
#define __set_errno(val) errno = (val)