kpasswd: move roken.h after config.h in kpasswd_local.h
With roken.h at the end of the include list two different versions of Winsock get imported on Windows. roken.h should always be immediately after config.h if included. Change-Id: Id3f6761028ddaa5b44183fe6648c5ab292ca8865
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@@ -96,7 +98,6 @@
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
#include <err.h>
|
||||
#include <roken.h>
|
||||
#include <getarg.h>
|
||||
#include <krb5.h>
|
||||
#include "crypto-headers.h" /* for des_read_pw_string */
|
||||
|
Reference in New Issue
Block a user