diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-04-29 00:30:33 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-04-29 00:30:33 -0500 |
commit | 6f6f04f6a4817ec5d4e4d9fd3c4ac37894c2da2b (patch) | |
tree | e23d1f36545e5258a59f6f99aea0629d1b7d9bf9 /libgcompat | |
parent | f8037463ee0fa557761bbd0db98bd4e5702fe314 (diff) | |
download | gcompat-6f6f04f6a4817ec5d4e4d9fd3c4ac37894c2da2b.tar.gz gcompat-6f6f04f6a4817ec5d4e4d9fd3c4ac37894c2da2b.tar.bz2 gcompat-6f6f04f6a4817ec5d4e4d9fd3c4ac37894c2da2b.tar.xz gcompat-6f6f04f6a4817ec5d4e4d9fd3c4ac37894c2da2b.zip |
Use <utmpx.h> for struct utmp definiton
Diffstat (limited to 'libgcompat')
-rw-r--r-- | libgcompat/utmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcompat/utmp.c b/libgcompat/utmp.c index c2bdd91..d044fd2 100644 --- a/libgcompat/utmp.c +++ b/libgcompat/utmp.c @@ -1,5 +1,5 @@ #include <stddef.h> /* NULL */ -#include <utmp.h> /* struct utmp */ +#include <utmpx.h> /* struct utmp */ /** * Get user accounting database entries. |