Skip to content

Commit c971f3d

Browse files
committed
Add include for gssapi definitions.
Patch from dbelyavs at redhat.com via bz#3846.
1 parent 007b69f commit c971f3d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sshd.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
#include "addr.h"
9595
#include "srclimit.h"
9696
#include "atomicio.h"
97+
#ifdef GSSAPI
98+
#include "ssh-gss.h"
99+
#endif
97100
#include "monitor_wrap.h"
98101

99102
/* Re-exec fds */

0 commit comments

Comments
 (0)