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>
This commit is contained in:
Pino Toscano
2024-09-10 14:36:49 +02:00
committed by Alejandro Colomar
parent 1f11a5ce5a
commit b2b37863a6

View File

@@ -17,6 +17,7 @@
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <utmpx.h>
#include "atoi/getnum.h"
#include "defines.h"