diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 26b686805..0f8363b78 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -84,7 +84,7 @@ # include <selinux/av_permissions.h> #endif #if ENABLE_FEATURE_UTMP -# include <utmp.h> +# include <utmpx.h> #endif #if ENABLE_LOCALE_SUPPORT # include <locale.h> |