1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

merge from 2.2

This commit is contained in:
Gerald Carter -
parent df78e76e0b
commit ce2ddb7041

View File

@ -41,10 +41,6 @@
#include <sys/time.h>
#include <net/if.h>
#ifndef SIOCGIFCONF
#include <sys/sockio.h>
#endif
#ifdef AUTOCONF_TEST
struct iface_struct {
char name[16];
@ -56,6 +52,16 @@ struct iface_struct {
#include "interfaces.h"
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifndef SIOCGIFCONF
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif