mirror of https://github.com/wb2osz/direwolf.git
Add in a couple missing includes to clean up build warnings
This commit is contained in:
parent
9553abc28e
commit
399ffcccb3
|
@ -68,6 +68,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
|
|
||||||
#define ATEST_C 1
|
#define ATEST_C 1
|
||||||
|
|
|
@ -68,6 +68,7 @@
|
||||||
#include "kiss_frame.h"
|
#include "kiss_frame.h"
|
||||||
#include "dwsock.h"
|
#include "dwsock.h"
|
||||||
#include "audio.h" // for DEFAULT_TXDELAY, etc.
|
#include "audio.h" // for DEFAULT_TXDELAY, etc.
|
||||||
|
#include "dtime_now.h"
|
||||||
|
|
||||||
|
|
||||||
// TODO: define in one place, use everywhere.
|
// TODO: define in one place, use everywhere.
|
||||||
|
|
Loading…
Reference in New Issue