diff options
Diffstat (limited to 'util/messages-krb5.h')
-rw-r--r-- | util/messages-krb5.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/util/messages-krb5.h b/util/messages-krb5.h index a61d7cd..3fc0862 100644 --- a/util/messages-krb5.h +++ b/util/messages-krb5.h @@ -4,8 +4,8 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>. * - * Written by Russ Allbery <rra@stanford.edu> - * Copyright 2006, 2007, 2008, 2009, 2010 + * Written by Russ Allbery <eagle@eyrie.org> + * Copyright 2006, 2007, 2008, 2009, 2010, 2013 * The Board of Trustees of the Leland Stanford Junior University * * Permission is hereby granted, free of charge, to any person obtaining a @@ -31,11 +31,9 @@ #define UTIL_MESSAGES_KRB5_H 1 #include <config.h> +#include <portable/krb5.h> #include <portable/macros.h> -#include <krb5.h> -#include <sys/types.h> - BEGIN_DECLS /* Default to a hidden visibility for all util functions. */ |