Move time.h include to sleep.c

This commit is contained in:
Michael Black 2020-01-06 07:25:38 -06:00
parent 525a3f2b66
commit 836e5f5c17
No known key found for this signature in database
GPG Key ID: 6599353EC683404D
2 changed files with 1 additions and 3 deletions

View File

@ -92,8 +92,6 @@
#define CONSTANT_64BIT_FLAG(BIT) (1ull << (BIT))
#endif
#include <time.h>
__BEGIN_DECLS
extern HAMLIB_EXPORT_VAR(const char) hamlib_version[];

View File

@ -37,7 +37,7 @@
*/
#include <unistd.h>
#include <errno.h>
#include "hamlib/rig.h"
#include <time.h>
unsigned int sleep(unsigned int secs)
{