Add in a couple missing includes to clean up build warnings

This commit is contained in:
Brent Petit 2023-01-07 08:51:04 -06:00 committed by wb2osz
parent 9553abc28e
commit 399ffcccb3
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@
#include <string.h>
#include <time.h>
#include <getopt.h>
#include <ctype.h>
#define ATEST_C 1

View File

@ -68,6 +68,7 @@
#include "kiss_frame.h"
#include "dwsock.h"
#include "audio.h" // for DEFAULT_TXDELAY, etc.
#include "dtime_now.h"
// TODO: define in one place, use everywhere.