1
0
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:
Stefan Metzmacher 2007-06-04 08:03:46 +00:00 committed by Gerald (Jerry) Carter
parent bd1b28dd3e
commit d0b7b77fc4
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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)