projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af7614
)
Move autoconf.h inclusion before tests for HAVE_UNISTD_H and HAVE_SYS_TIME_H
author
Ezra Peisach
<epeisach@mit.edu>
Wed, 11 Apr 2007 04:31:52 +0000
(
04:31
+0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Wed, 11 Apr 2007 04:31:52 +0000
(
04:31
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19423
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/gss-sample/gss-misc.c
patch
|
blob
|
history
diff --git
a/src/appl/gss-sample/gss-misc.c
b/src/appl/gss-sample/gss-misc.c
index 2e1005118827387e9d45244631dea22afb828b1e..cfaa0f8bd874a9b7d2a15a8ec0152537dd7f307b 100644
(file)
--- a/
src/appl/gss-sample/gss-misc.c
+++ b/
src/appl/gss-sample/gss-misc.c
@@
-57,6
+57,9
@@
static char *rcsid = "$Header$";
#include <sys/socket.h>
#endif
#include <errno.h>
+
+#include <autoconf.h>
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@@
-72,7
+75,6
@@
static char *rcsid = "$Header$";
#include <gssapi/gssapi_generic.h>
#include "gss-misc.h"
-#include <autoconf.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#else