mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +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 34b1da730304bed7fee5bae7cbde7fbccecb6af5)
This commit is contained in:
parent
30ce2c49c5
commit
c8ca613e93
@ -51,7 +51,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <sys/time.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_STDINT_H
|
#ifdef HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
#ifdef _SAMBA_BUILD_
|
#ifdef _SAMBA_BUILD_
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
|
#include "system/time.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *ldb_url;
|
static const char *ldb_url;
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
|
#include "system/time.h"
|
||||||
#include "lib/tdb/include/tdb.h"
|
#include "lib/tdb/include/tdb.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/network.h"
|
#include "system/network.h"
|
||||||
#include "system/kerberos.h"
|
#include "system/kerberos.h"
|
||||||
|
#include "system/time.h"
|
||||||
#include "libcli/auth/kerberos.h"
|
#include "libcli/auth/kerberos.h"
|
||||||
|
|
||||||
#ifdef HAVE_KRB5
|
#ifdef HAVE_KRB5
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/kerberos.h"
|
#include "system/kerberos.h"
|
||||||
|
#include "system/time.h"
|
||||||
#include "libcli/auth/kerberos.h"
|
#include "libcli/auth/kerberos.h"
|
||||||
#include "librpc/gen_ndr/ndr_krb5pac.h"
|
#include "librpc/gen_ndr/ndr_krb5pac.h"
|
||||||
#include "auth/auth.h"
|
#include "auth/auth.h"
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/kerberos.h"
|
#include "system/kerberos.h"
|
||||||
|
#include "system/time.h"
|
||||||
#include "libcli/auth/kerberos.h"
|
#include "libcli/auth/kerberos.h"
|
||||||
#include "secrets.h"
|
#include "secrets.h"
|
||||||
#include "pstring.h"
|
#include "pstring.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user