summaryrefslogtreecommitdiffstats
path: root/sss_client
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-02-04 19:53:39 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-02-05 09:43:42 -0500
commita49130a438a4cdf0bd12832a2746dfefa63a4d47 (patch)
treedf6d7e6efaf6998620425c601cceee7d5a59f58e /sss_client
parent63be61852bd7ad1f74569843fb90629d63adb591 (diff)
downloadsssd-a49130a438a4cdf0bd12832a2746dfefa63a4d47.tar.gz
sssd-a49130a438a4cdf0bd12832a2746dfefa63a4d47.tar.xz
sssd-a49130a438a4cdf0bd12832a2746dfefa63a4d47.zip
Add missing include
Diffstat (limited to 'sss_client')
-rw-r--r--sss_client/pam_sss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sss_client/pam_sss.c b/sss_client/pam_sss.c
index df3dd122f..91014bb62 100644
--- a/sss_client/pam_sss.c
+++ b/sss_client/pam_sss.c
@@ -27,6 +27,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
+#include <stdio.h>
#include <syslog.h>
#include <time.h>