"ice.c:28:10: fatal error: 'stun/usages/bind.h' file not found"

I’m trying to use janus on MacOS (M1 chip). And I’m getting this error.

warning: unknown warning option ‘-Wunsafe-loop-optimizations’ \[-Wunknown-warning-option\]
ice.c:28:10: fatal error: ‘stun/usages/bind.h’ file not found
28 | #include <stun/usages/bind.h>
|          ^\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~
1 warning and 1 error generated.
make\[2\]: \*\*\* \[janus-ice.o\] Error 1
make\[1\]: \*\*\* \[all\] Error 2
make: \*\*\* \[all-recursive\] Error 1
Password:
Sorry, try again.
Password:
Making install in src
`which git` rev-parse HEAD | awk ‘BEGIN {print “#include "version.h"”} {print “const char \*janus_build_git_sha = "” $0"";"} END {}’ > version.c
echo “Sat Sep 13 16:16:52 +0630 2025” | awk 'BEGIN {} {print “const char \*janus_build_git_time = "”$0"";“} END {} ’ >> version.c
echo “1201” | awk 'BEGIN {} {print “int janus_version = “$0”;”} END {} ’ >> version.c
echo “1.2.1” | awk 'BEGIN {} {print “const char \*janus_version_string = "”$0"";”} END {} ’ >> version.c
PKG_CONFIG_PATH=“” “/opt/homebrew/bin/pkg-config” --modversion nice | awk 'BEGIN {} {print “const char \*libnice_version_string = "”$0"";"} END {} ’ >> version.c
/Library/Developer/CommandLineTools/usr/bin/make  install-am
CC       janus-ice.o
warning: unknown warning option ‘-Wunsafe-loop-optimizations’ \[-Wunknown-warning-option\]
ice.c:28:10: fatal error: ‘stun/usages/bind.h’ file not found
28 | #include <stun/usages/bind.h>
|          ^\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~
1 warning and 1 error generated.
make\[2\]: \*\*\* \[janus-ice.o\] Error 1
make\[1\]: \*\*\* \[install\] Error 2
make: \*\*\* \[install-recursive\] Error 1
/opt/homebrew/bin/gmkdir -p /usr/local/etc/janus
cp “/Users/shin_thant/programming/janus-test/a/janus-gateway/conf/janus.jcfg.sample” “/usr/local/etc/janus/janus.jcfg”;
cp: /Users/shin_thant/programming/janus-test/a/janus-gateway/conf/janus.jcfg.sample: No such file or directory
make: \*\*\* \[configs\] Error 1

Can someone please tell me how to fix this?