(f)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user