diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2013-09-21 19:10:13 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-24 15:15:41 +0200 |
commit | 5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9 (patch) | |
tree | 517b917312730f74344dd9c1d71b1c5f9d4be9f0 /src/util/find_uid.c | |
parent | 889442337407f85c06a88ec158047e1586675e20 (diff) | |
download | sssd-5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9.tar.gz sssd-5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9.tar.xz sssd-5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9.zip |
Include header file in implementation module.
Declarations of public functions was in header files,
but header files was not included in implementation file.
Diffstat (limited to 'src/util/find_uid.c')
-rw-r--r-- | src/util/find_uid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/find_uid.c b/src/util/find_uid.c index 63b346457..d9b911b85 100644 --- a/src/util/find_uid.c +++ b/src/util/find_uid.c @@ -37,6 +37,7 @@ #include <sys/time.h> #include "dhash.h" +#include "util/find_uid.h" #include "util/util.h" #include "util/strtonum.h" |