Skip to content

Commit ddb75bb

Browse files
committed
Add missing declaration
1 parent cbafd13 commit ddb75bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/opusvoip/opusudp.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ void opusvoip_phone_hangup();
6363
#include <sys/socket.h>
6464
#else
6565
#include <sys/fcntl.h>
66+
#include <sys/unistd.h>
6667
#endif
6768

6869
#ifdef IOS

0 commit comments

Comments
 (0)