Add missing headers for modern toolchains

This commit is contained in:
2025-12-14 11:49:29 +01:00
parent 789c2d97f6
commit 8f89723b4f
3 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ extern int errno; /* just in case */
#include <sys/stat.h>
#include "c-client.h"
#include "dquota.h"
#include <ctype.h>
/* Globals */

View File

@@ -40,6 +40,8 @@
#include <netdb.h>
#include <ctype.h>
#include <string.h>
#include <unistd.h> /* write, read, close, link, unlink, chdir, sleep, getpid, gethostname */
#include <time.h> /* time */
#define LOCKTIMEOUT 5 /* lock timeout in minutes */
#define LOCKPROTECTION 0664

View File

@@ -35,6 +35,7 @@ extern int errno; /* just in case */
#include <sys/stat.h>
#include "c-client.h"
#include "tquota.h"
#include <ctype.h>
/* Globals */