let configure figure out if we have the header files

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8889 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-07-03 17:08:46 +00:00
parent 4d20dd3e9a
commit 286362ca64
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -60,6 +60,10 @@ typedef apr_os_thread_t switch_thread_id_t;
#include <sys/mman.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifndef WIN32
/* setuid, setgid */
#include <unistd.h>