1
0
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:
Andrew Bartlett
2005-02-11 10:15:56 +00:00
committed by Gerald (Jerry) Carter
parent 8950718819
commit 34b1da7303
6 changed files with 5 additions and 1 deletions

View File

@@ -51,7 +51,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <sys/time.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>