summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-07-21 21:29:57 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-07-21 21:29:57 +0000
commitc32802a605c0332e7083f6e71347d4d0649acbd0 (patch)
tree4bc2bda96459bc8585867b9ac27548f81d87aeaa
parentb28a4e39bcc4e48b08e615dcc51a8118a706326a (diff)
add missing includes to ensure all types are defined in header
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1724 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nslcd/common.h b/nslcd/common.h
index 1938c9f..b641878 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -26,6 +26,8 @@
#include <errno.h>
#include <limits.h>
+#include <stdint.h>
+#include <sys/types.h>
#include "nslcd.h"
#include "common/nslcd-prot.h"