- 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:
Diane Bruce 2006-07-06 21:23:58 +00:00
parent 65ab0e52ea
commit 471d593dd7
1 changed files with 1 additions and 0 deletions

View File

@ -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);