Skip to content

Commit

Permalink
try to fix timeval include
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeconte committed Mar 5, 2023
1 parent e81e356 commit 4360c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acars.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
#include <sys/time.h>

typedef struct {
char mode;
char reg[9];
Expand Down
1 change: 1 addition & 0 deletions vdlm2.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <pthread.h>
#include <complex.h>
#include <stdint.h>
#include <sys/time.h>

#define VDLM2DEC_VERSION "2.3"

Expand Down

0 comments on commit 4360c85

Please sign in to comment.