mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 09:01:59 -05:00
- All other 'c' functions include both <time.h> and <sys/time.h>
might as well be consistent. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@194 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
65f855a21e
commit
af5a77bb1b
@ -3,6 +3,7 @@
|
||||
#include <pthread.h>
|
||||
#include <inttypes.h>
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
extern void decode1_(int *iarg);
|
||||
extern void a2d_(int *iarg);
|
||||
|
Loading…
Reference in New Issue
Block a user