Made things compile with socks5-v1.0r1.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1748 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1997-05-20 18:40:42 +00:00
parent a2053e93b8
commit 4b6d3e99e6
15 changed files with 61 additions and 50 deletions

View File

@@ -23,10 +23,6 @@
#define RETURN_PATH_HANDLING
#endif
#ifdef SOCKS
#include <socks.h>
#endif
/* Common include files */
#include <stdio.h>
@@ -89,6 +85,10 @@
#endif
#include "version.h"
#ifdef SOCKS
#include <socks.h>
#endif
#include <err.h>
#include <roken.h>