diff options
Diffstat (limited to 'util/messages-krb5.h')
-rw-r--r-- | util/messages-krb5.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/util/messages-krb5.h b/util/messages-krb5.h index a9072bf..3fc0862 100644 --- a/util/messages-krb5.h +++ b/util/messages-krb5.h @@ -5,7 +5,7 @@ * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>. * * Written by Russ Allbery <eagle@eyrie.org> - * Copyright 2006, 2007, 2008, 2009, 2010 + * 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. */ |