make compile again

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17711 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-28 10:12:08 +00:00
parent dde4296e4a
commit 2e7df17f9d
4 changed files with 41 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2003-2005 Kungliga Tekniska H<>gskolan * Copyright (c) 2003-2006 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -31,8 +31,18 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "gssapi_locl.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <gssapi.h>
#include <err.h> #include <err.h>
#include <roken.h>
#include <getarg.h>
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -31,8 +31,17 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "gssapi_locl.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <gssapi.h>
#include <err.h> #include <err.h>
#include <roken.h>
#include <getarg.h> #include <getarg.h>
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -31,8 +31,18 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "gssapi_locl.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <gssapi.h>
#include <krb5.h>
#include <err.h> #include <err.h>
#include <roken.h>
#include <getarg.h> #include <getarg.h>
RCSID("$Id$"); RCSID("$Id$");

View File

@@ -31,7 +31,14 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include "gssapi_locl.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <gssapi.h>
#include <err.h>
#include <roken.h>
RCSID("$Id$"); RCSID("$Id$");