diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-11-03 16:56:22 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-09 10:53:49 -0500 |
commit | c9bb0b019a811b9d26ddb7c5a037dc19754cf0b3 (patch) | |
tree | d780e5c885e7363bba69865770e901d00fa184c3 | |
parent | a991a6bc456c840bf7c2c292c5711c80002f5754 (diff) | |
download | sssd-c9bb0b019a811b9d26ddb7c5a037dc19754cf0b3.tar.gz sssd-c9bb0b019a811b9d26ddb7c5a037dc19754cf0b3.tar.bz2 sssd-c9bb0b019a811b9d26ddb7c5a037dc19754cf0b3.zip |
Add missing include
-rw-r--r-- | server/util/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/util/util.h b/server/util/util.h index 9a27ae55..f13217e6 100644 --- a/server/util/util.h +++ b/server/util/util.h @@ -32,6 +32,7 @@ #include <locale.h> #include <time.h> #include <pcre.h> +#include <sys/types.h> #include "config.h" |