Merge pull request #520 from xambroz/patch-4

move the include of time.h
This commit is contained in:
PartialVolume
2023-11-04 21:29:34 +00:00
committed by GitHub

View File

@@ -33,6 +33,8 @@
#define _DEFAULT_SOURCE
#endif
#include <time.h>
#ifndef _POSIX_SOURCE
#define _POSIX_SOURCE
#endif
@@ -42,7 +44,6 @@
#include <ncurses.h>
#include <panel.h>
#include <stdint.h>
#include <time.h>
#include <libconfig.h>
#include <string.h>
#include <strings.h>