]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/user_busy.c: Include <utmpx.h>
authorPino Toscano <toscano.pino@tiscali.it>
Tue, 10 Sep 2024 12:36:49 +0000 (14:36 +0200)
committerAlejandro Colomar <alx@kernel.org>
Thu, 12 Sep 2024 09:43:39 +0000 (11:43 +0200)
commitb2b37863a62af83deb21284ae156aa425bed0cb9
tree107876ce3f94314d4113e868654fdb95d101b8bd
parent1f11a5ce5aba03b5d72008ea7a5b350f00e96cff
lib/user_busy.c: Include <utmpx.h>

Since:
- utmpx APIs are used in non-Linux code blocks
- <utmpx.h> is already unconditionally included in Linux parts in other
  files
then unconditionally include it in this file as well.

Signed-off-by: Pino Toscano <toscano.pino@tiscali.it>
lib/user_busy.c