fixed log output

This commit is contained in:
gandc 2025-02-23 00:58:27 +03:00
parent 15348b640e
commit 2476d1a2c4
Signed by: gandc
GPG Key ID: 9F77B03D43C42CB4

View File

@ -2,6 +2,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <getopt.h>
#include <string.h>
#include "users.h"
#include "processes.h"
#include "logging.h"