mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib: Avoid an includes.h
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
e78b887531
commit
0b6156f8da
@ -18,10 +18,11 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "system/filesys.h"
|
||||
#include "system/select.h"
|
||||
#include "lib/util/select.h"
|
||||
#include "lib/util/time.h"
|
||||
|
||||
int sys_poll_intr(struct pollfd *fds, int num_fds, int timeout)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user