1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

r3520: minor portability fix (for struct timeval)

(This used to be commit ea1ad5897d7023f00931a3102edf9d3393cc216e)
This commit is contained in:
Andrew Tridgell 2004-11-04 03:21:44 +00:00 committed by Gerald (Jerry) Carter
parent 37baa01e75
commit d4f667c377

View File

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