Skip to content

Commit 35b568c

Browse files
committed
Add alloca.h and strings.h for Mac OS Monterey (see Issue #181).
1 parent 849a3b7 commit 35b568c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dump1090.h

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
#include <sys/ioctl.h>
8080
#include <time.h>
8181
#include <limits.h>
82+
#include <alloca.h>
83+
#include <strings.h>
8284

8385
#include "compat/compat.h"
8486
#include "dsp/generated/starch.h"

0 commit comments

Comments
 (0)