dect
/
asterisk
Archived
13
0
Fork 0

#ifdef the include too.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9963 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
bweschke 2006-02-14 18:49:37 +00:00
parent f6d4ed6d51
commit 5ca126dc87
1 changed files with 4 additions and 1 deletions

View File

@ -74,9 +74,12 @@
#include <grp.h>
#include <pwd.h>
#include <sys/stat.h>
#include <sys/prctl.h>
#include <regex.h>
#ifdef linux
#include <sys/prctl.h>
#endif
#if defined(__FreeBSD__) || defined( __NetBSD__ ) || defined(SOLARIS)
#include <netdb.h>
#endif