Skip to content

Commit

Permalink
Merge pull request atomvm#924 from fadushin/freebsd-fix
Browse files Browse the repository at this point in the history
Fix for broken FreeBSD build
  • Loading branch information
fadushin authored Nov 4, 2023
2 parents 3746e5e + 2be649e commit fe9377c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libAtomVM/otp_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <errno.h>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <unistd.h>

// #define ENABLE_TRACE
Expand Down

0 comments on commit fe9377c

Please sign in to comment.