diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-02-27 22:53:28 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-02-27 22:54:26 +0100 |
commit | 11283a5f17e7b925b5b5daf101fdff28c1b890f2 (patch) | |
tree | 7fc12d5334e272d53cdc8f26df8fb68ef029381c | |
parent | 12076c7a62da5ce5ddcb71599391fdcd8423d0b2 (diff) |
add missing include statement for NULL definition
-rw-r--r-- | nss/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/common.c b/nss/common.c index dd6769a..1e00475 100644 --- a/nss/common.c +++ b/nss/common.c @@ -21,6 +21,8 @@ #include "config.h" +#include <stddef.h> + int _nss_ldap_enablelookups = 1; /* version information about the NSS module */ |