mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r23330: always include "winbind_client.h" as first header
as it brings in "replace.h" this will bring in "config.h" metze
This commit is contained in:
parent
bd1b28dd3e
commit
d0b7b77fc4
@ -22,10 +22,10 @@
|
||||
Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
#include "winbind_client.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <stdarg.h>
|
||||
#include <syslog.h>
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#undef DEVELOPER
|
||||
|
||||
#include "winbind_client.h"
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
@ -37,7 +38,6 @@
|
||||
#if !defined(HPUX)
|
||||
#include <sys/syslog.h>
|
||||
#endif /*hpux*/
|
||||
#include "winbind_nss_config.h"
|
||||
|
||||
#if defined(HAVE_NSS_COMMON_H) || defined(HPUX)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user