mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
r5330: Remove #include <sys/time.h> from includes.h.
Add #include "system/time.h" back (it was removed in some of these
places because the definitions were provided by <sys/time.h> on tridge's
platform.)
Andrew Bartlett
(This used to be commit 34b1da7303)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
30ce2c49c5
commit
c8ca613e93
@@ -51,7 +51,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user