summaryrefslogtreecommitdiff
path: root/gss-genr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gss-genr.c')
-rw-r--r--gss-genr.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gss-genr.c b/gss-genr.c
index 93dbeeebb..da39479e1 100644
--- a/gss-genr.c
+++ b/gss-genr.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: gss-genr.c,v 1.12 2006/07/26 02:35:17 stevesk Exp $ */ 1/* $OpenBSD: gss-genr.c,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. 4 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -28,13 +28,15 @@
28 28
29#ifdef GSSAPI 29#ifdef GSSAPI
30 30
31#include <sys/types.h>
31#include <sys/param.h> 32#include <sys/param.h>
32 33
34#include <stdarg.h>
33#include <string.h> 35#include <string.h>
34#include <unistd.h> 36#include <unistd.h>
35 37
36#include "xmalloc.h" 38#include "xmalloc.h"
37#include "bufaux.h" 39#include "buffer.h"
38#include "log.h" 40#include "log.h"
39#include "ssh2.h" 41#include "ssh2.h"
40 42