kopia lustrzana https://github.com/Hamlib/Hamlib
Move time.h include to sleep.c
rodzic
525a3f2b66
commit
836e5f5c17
|
@ -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[];
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include "hamlib/rig.h"
|
||||
#include <time.h>
|
||||
|
||||
unsigned int sleep(unsigned int secs)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue