freetdm: fix testsangomaboost compilation

This commit is contained in:
Arnaldo Pereira 2010-12-07 14:18:38 -02:00
parent ceaa7b1c33
commit 5d288a9a4f
1 changed files with 2 additions and 0 deletions

View File

@ -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"