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 @@ | |||
84 | # include <selinux/av_permissions.h> | 84 | # include <selinux/av_permissions.h> |
85 | #endif | 85 | #endif |
86 | #if ENABLE_FEATURE_UTMP | 86 | #if ENABLE_FEATURE_UTMP |
87 | # include <utmp.h> | 87 | # include <utmpx.h> |
88 | #endif | 88 | #endif |
89 | #if ENABLE_LOCALE_SUPPORT | 89 | #if ENABLE_LOCALE_SUPPORT |
90 | # include <locale.h> | 90 | # include <locale.h> |