diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-02-11 10:50:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:43 -0500 |
commit | 6f01a68faa5cf17b41f15f55e97620acfee59025 (patch) | |
tree | 9b2527b92a45684598fff14e1c2f4bdb83b1bf6f | |
parent | 5e9c09ef25f5f4996f77a5e48e765c32831cea36 (diff) | |
download | samba-6f01a68faa5cf17b41f15f55e97620acfee59025.tar.gz samba-6f01a68faa5cf17b41f15f55e97620acfee59025.tar.bz2 samba-6f01a68faa5cf17b41f15f55e97620acfee59025.zip |
r5334: Bah, it's all to hard...
Andrew Bartlett
(This used to be commit a28ca320dc604fcffe89e9096a643bb4740a1da2)
-rw-r--r-- | source4/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 8675ad0ba6..2e04e365eb 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -51,6 +51,7 @@ #include <stdio.h> #include <stdlib.h> #include <stddef.h> +#include <sys/time.h> #ifdef HAVE_STDINT_H #include <stdint.h> |