summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-05-25 12:09:37 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-05-25 12:09:37 +0000
commite61e6094bd659a2968c4f39e2be1b42d0ab26d88 (patch)
treed95c67e5b4fd0510e3feaae7e5235f4fba7c3ab8
parent042d0c2161be3e119753ddb9dcb2856316dd489d (diff)
fix order of include files
-rw-r--r--lib/ZMkAuth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ZMkAuth.c b/lib/ZMkAuth.c
index 36c65a9..65c9209 100644
--- a/lib/ZMkAuth.c
+++ b/lib/ZMkAuth.c
@@ -17,12 +17,11 @@ static char rcsid_ZMakeAuthentication_c[] = "$Header$";
#endif lint
#include <zephyr/mit-copyright.h>
+#include <zephyr/zephyr_internal.h>
#ifdef KERBEROS
#include "krb_err.h"
#endif
-#include <zephyr/zephyr_internal.h>
-
Code_t ZMakeAuthentication(notice, buffer, buffer_len, len)
ZNotice_t *notice;
char *buffer;