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:
Jeffrey Altman
2013-09-10 20:55:46 -04:00
parent 3e74e2e3bb
commit 6bd12cb399

View File

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