Fix for socks5
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1757 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user