Fix r251444 so that gssd.c still builds for WITHOUT_KERBEROS.

Reported by:	bf1783@gmail.com
MFC after:	2 weeks
This commit is contained in:
Rick Macklem 2013-06-06 22:02:03 +00:00
parent 371df6c6ad
commit 35ab0ce9ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251476

View File

@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
#include <krb5.h>
#endif
#include <pwd.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>