summaryrefslogtreecommitdiffstats
path: root/server/providers
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-05-04 13:07:23 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-05-04 14:15:54 -0400
commit4a26a29404e901ceca0a42bac18084b5d3e1f210 (patch)
tree9a4eb6d2a8901c4e66a22d8cb7733d26b4706c8f /server/providers
parenta3d6555e40b834a61cd5e9b1abd4a0f9f3ef6f52 (diff)
downloadsssd-4a26a29404e901ceca0a42bac18084b5d3e1f210.tar.gz
sssd-4a26a29404e901ceca0a42bac18084b5d3e1f210.tar.xz
sssd-4a26a29404e901ceca0a42bac18084b5d3e1f210.zip
Fixes for porting SSSD to Debian-based platforms
Diffstat (limited to 'server/providers')
-rw-r--r--server/providers/data_provider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/providers/data_provider.h b/server/providers/data_provider.h
index 9278e3961..95a1b379c 100644
--- a/server/providers/data_provider.h
+++ b/server/providers/data_provider.h
@@ -25,6 +25,7 @@
#include <stdint.h>
#include <sys/un.h>
#include <errno.h>
+#include <stdbool.h>
#include "talloc.h"
#include "tevent.h"
#include "ldb.h"