summaryrefslogtreecommitdiff
path: root/nslcd/common.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-16 14:33:52 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-16 14:33:52 -0500
commitb64145d71d09e64b2d5de3f99c7c695229aed897 (patch)
treefbf09df1df74d7991eaf94e9c0f52e3ff7bc07a8 /nslcd/common.h
parent79602e4b19dcb35febc5b3fd2ee8e6a65c1b701b (diff)
use stdbool
Diffstat (limited to 'nslcd/common.h')
-rw-r--r--nslcd/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nslcd/common.h b/nslcd/common.h
index 61b2112..9364031 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -31,6 +31,7 @@
#include <stdint.h>
#endif /* HAVE_STDINT_H */
#include <sys/types.h>
+#include <stdbool.h>
#include "nslcd.h"
#include "common/nslcd-prot.h"