This commit is contained in:
zx
2024-05-26 01:11:01 +03:00
parent 3b7e0121e6
commit 4a9cd4c4f7
4 changed files with 10 additions and 11 deletions
-1
View File
@@ -182,7 +182,6 @@ typedef struct {
extern const char *BFERR[];
extern char * mainenv[];
extern long timezone;
int daemon_run(const char *confname, const char *incname, bool quit);
+4 -4
View File
@@ -102,12 +102,12 @@
#endif
#if TIME_WITH_SYS_TIME
#include <sys/time.h>
#include <time.h>
# include <sys/time.h>
# include <time.h>
#elif HAVE_SYS_TIME
#include <sys/time.h>
# include <sys/time.h>
#else
#include <time.h>
# include <time.h>
#endif
#ifdef HAVE_UNISTD_H