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/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/server.c') diff --git a/src/util/server.c b/src/util/server.c index b1c59e1d7..c1a9644a1 100644 --- a/src/util/server.c +++ b/src/util/server.c @@ -28,8 +28,8 @@ #include #include #include +#include #include "util/util.h" -#include "ldb.h" #include "confdb/confdb.h" #include "monitor/monitor_interfaces.h" -- cgit