Add missing headers for modern toolchains
This commit is contained in:
@@ -35,6 +35,7 @@ extern int errno; /* just in case */
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include "c-client.h"
|
#include "c-client.h"
|
||||||
#include "dquota.h"
|
#include "dquota.h"
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
|
|
||||||
/* Globals */
|
/* Globals */
|
||||||
|
|||||||
@@ -40,6 +40,8 @@
|
|||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.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 LOCKTIMEOUT 5 /* lock timeout in minutes */
|
||||||
#define LOCKPROTECTION 0664
|
#define LOCKPROTECTION 0664
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ extern int errno; /* just in case */
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include "c-client.h"
|
#include "c-client.h"
|
||||||
#include "tquota.h"
|
#include "tquota.h"
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
|
|
||||||
/* Globals */
|
/* Globals */
|
||||||
|
|||||||
Reference in New Issue
Block a user