freetdm: fix testsangomaboost compilation
This commit is contained in:
parent
ceaa7b1c33
commit
5d288a9a4f
|
@ -49,7 +49,9 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#ifdef __linux__
|
||||
#ifndef __USE_BSD
|
||||
#define __USE_BSD
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "freetdm.h"
|
||||
|
|
Loading…
Reference in New Issue