summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-09-09 16:02:30 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-09-09 16:02:30 +0000
commit25139e11b2bcfcad3572eb69b8acfd7ee1abd336 (patch)
tree590811a50af8ff08256ffff07517d888b4d9fd91
parent373a1535130bc18ddcb3da38c9b429149756669b (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.c1
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 */