dect
/
asterisk
Archived
13
0
Fork 0

Resolve a compiler warning on FreeBSD.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@253537 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2010-03-20 11:39:39 +00:00
parent be1d1b35d7
commit 7452fb17b8
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__)
#include <net/if_dl.h>
#include <ifaddrs.h>
#include <signal.h>
#endif
#include "asterisk/file.h"