diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-09 16:02:30 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-09-09 16:02:30 +0000 |
commit | 25139e11b2bcfcad3572eb69b8acfd7ee1abd336 (patch) | |
tree | 590811a50af8ff08256ffff07517d888b4d9fd91 | |
parent | 373a1535130bc18ddcb3da38c9b429149756669b (diff) |
add missing include
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1541 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/nsswitch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nslcd/nsswitch.c b/nslcd/nsswitch.c index 13782c6..69905a6 100644 --- a/nslcd/nsswitch.c +++ b/nslcd/nsswitch.c @@ -26,6 +26,7 @@ #include <ctype.h> #include <errno.h> +#include "common.h" #include "log.h" /* the maximum line length supported of nsswitch.conf */ |