diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2005-11-15 00:31:41 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2005-11-15 00:31:41 +0000 |
| commit | a765e2551b7afdcc77eb8a798a73efd0eaebceae (patch) | |
| tree | 16bc389997eeb8b6d8d3e3558362ae81616504e7 /src/lib/krb5/ccache/ccapi/stdcc.c | |
| parent | e9f59ca61ff224908576959a2cf394b63d05c462 (diff) | |
| download | krb5-a765e2551b7afdcc77eb8a798a73efd0eaebceae.tar.gz krb5-a765e2551b7afdcc77eb8a798a73efd0eaebceae.tar.xz krb5-a765e2551b7afdcc77eb8a798a73efd0eaebceae.zip | |
This commit ensures that all files in the library include
k5-int.h before krb5.h is included either directly or
indirectly. This is to allow Kerberos to use pre-processor
symbols to choose configurations of C run time library headers
without affecting third party applications.
ticket: 3236
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17489 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/ccapi/stdcc.c')
| -rw-r--r-- | src/lib/krb5/ccache/ccapi/stdcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/ccapi/stdcc.c b/src/lib/krb5/ccache/ccapi/stdcc.c index 7e6ffe72c..885abf5bb 100644 --- a/src/lib/krb5/ccache/ccapi/stdcc.c +++ b/src/lib/krb5/ccache/ccapi/stdcc.c @@ -29,10 +29,10 @@ */ #define NEED_WINDOWS +#include "k5-int.h" #include "stdcc.h" #include "stdcc_util.h" #include "string.h" -#include "k5-int.h" #include <stdio.h> apiCB *gCntrlBlock = NULL; |
