mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +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 commit is contained in:
committed by
Gerald (Jerry) Carter
parent
8950718819
commit
34b1da7303
@@ -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