From f7257ab0bcea6c41fab5a4677787f3075ecdcb64 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 22 Oct 2013 15:21:33 +0100 Subject: Include ext headers with #include - cont Changing style of including header files from outside of sssd tree - from "header.h" to --- src/util/find_uid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/find_uid.c') diff --git a/src/util/find_uid.c b/src/util/find_uid.c index 6d1478e7f..91ee7f685 100644 --- a/src/util/find_uid.c +++ b/src/util/find_uid.c @@ -35,8 +35,8 @@ #include #include #include +#include -#include "dhash.h" #include "util/find_uid.h" #include "util/util.h" #include "util/strtonum.h" -- cgit