Skip to content

Commit

Permalink
Add in a couple missing includes to clean up build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bjpetit authored and wb2osz committed Jan 16, 2023
1 parent 9553abc commit 399ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/atest.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
#include <string.h>
#include <time.h>
#include <getopt.h>
#include <ctype.h>


#define ATEST_C 1
Expand Down
1 change: 1 addition & 0 deletions src/kissutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 399ffcc

Please sign in to comment.