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:
rmacklem 2013-06-06 22:02:03 +00:00
parent c454baff9f
commit 1683685bf4

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>