diff options
Diffstat (limited to 'src/tryutmp.c')
-rw-r--r-- | src/tryutmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tryutmp.c b/src/tryutmp.c index 2a25e5d..7c8deb3 100644 --- a/src/tryutmp.c +++ b/src/tryutmp.c @@ -1,5 +1,6 @@ +#include <utmp.h> + #include <sys/types.h> -#include <utmp.h> int main() { |