Skip to content

Commit 4cd1323

Browse files
authored
Merge pull request shumatech#68 from kiibohd/errno
Fixing macOS compilation error
2 parents d480a1e + 673581e commit 4cd1323

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Samba.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
#include <string.h>
3232
#include <stdio.h>
3333
#include <stdint.h>
34+
#include <stdlib.h>
3435
#include <ctype.h>
3536
#include <unistd.h>
37+
#include <errno.h>
3638

3739
using namespace std;
3840

0 commit comments

Comments
 (0)