summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2015-07-09 10:04:22 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2015-07-28 21:30:43 +0200
commit47e967dbb06955e7c336114c5339795c14312d56 (patch)
treecec5315ef1d31120a9481952a1b1e41690c5b28e /src/os.h
parentba053db580d672be936680e2309990c389344a02 (diff)
downloadscreen-47e967dbb06955e7c336114c5339795c14312d56.tar.gz
utmp -> utmpx
also remove IFDEF path without getutxent/depend on POSIX functionality
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os.h b/src/os.h
index e18b932..b2289b6 100644
--- a/src/os.h
+++ b/src/os.h
@@ -84,7 +84,7 @@
#endif
#if defined(UTMPOK) || defined(BUGGYGETLOGIN)
-# include <utmp.h>
+# include <utmpx.h>
# ifndef UTMPFILE
# ifdef UTMP_FILE