git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89542
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#include "asterisk/network.h"
-#include <sys/time.h>
-#include <signal.h>
-#include <sys/ioctl.h>
-
-#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
-#include <fcntl.h>
-#endif
-
#if defined(SOLARIS)
#include <sys/sockio.h>
#endif
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/time.h>
-#include <signal.h>
-#include <dirent.h>
+#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
-#include <sys/file.h>
+#endif
#include <regex.h>
#include "asterisk/paths.h" /* use ast_config_AST_DATA_DIR */
#include <sys/stat.h>
#include <sys/signal.h>
#include <fcntl.h>
-#include <pthread.h>
#include "minimime/mm.h"