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/tests/cmocka/test_find_uid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/cmocka/test_find_uid.c b/src/tests/cmocka/test_find_uid.c index d4837be0..dcc36796 100644 --- a/src/tests/cmocka/test_find_uid.c +++ b/src/tests/cmocka/test_find_uid.c @@ -29,10 +29,10 @@ #include #include #include +#include #include "util/find_uid.h" #include "tests/common.h" -#include "dhash.h" void test_check_if_uid_is_active_success(void **state) { -- cgit