Fix for socks5

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1757 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1997-05-21 09:23:00 +00:00
parent b11990bad4
commit fc86080ec8

View File

@@ -49,10 +49,6 @@
RCSID("$Id$");
#ifdef SOCKS
#include <socks.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
@@ -97,11 +93,16 @@ RCSID("$Id$");
#include <bsd/bsd.h>
#endif
#include <roken.h>
#ifdef SOCKS
#include <socks.h>
extern int LIBPREFIX(fclose) __P((FILE *));
#endif
#include "extern.h"
#include "auth.h"
#include <roken.h>
off_t restart_point;
static int cmd_type;