summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
diff options
context:
space:
mode:
authorPavel Reichl <pavel.reichl@redhat.com>2013-10-22 15:21:33 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-11-04 10:52:15 +0100
commitf7257ab0bcea6c41fab5a4677787f3075ecdcb64 (patch)
tree504f3f1ab6d8911c8a7614b719ddb841acb1f263 /src/providers/krb5
parent64cb81a65e584858dd631bc5160959d350c091e3 (diff)
downloadsssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.tar.gz
sssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.tar.xz
sssd-f7257ab0bcea6c41fab5a4677787f3075ecdcb64.zip
Include ext headers with #include <foo.h> - cont
Changing style of including header files from outside of sssd tree - from "header.h" to <header.h>
Diffstat (limited to 'src/providers/krb5')
-rw-r--r--src/providers/krb5/krb5_delayed_online_authentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_delayed_online_authentication.c b/src/providers/krb5/krb5_delayed_online_authentication.c
index 46ed6f65c..3518cb7d1 100644
--- a/src/providers/krb5/krb5_delayed_online_authentication.c
+++ b/src/providers/krb5/krb5_delayed_online_authentication.c
@@ -27,9 +27,9 @@
#include <sys/types.h>
#include <keyutils.h>
#endif
+#include <dhash.h>
#include "providers/krb5/krb5_auth.h"
-#include "dhash.h"
#include "util/util.h"
#include "util/find_uid.h"