X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fnet_setup.c;h=ec47f60dd694b50465aad502430803270428f193;hp=eee056052a814ead13540bcc9e3836b5abefa788;hb=5eca9520d93bced1275d45e5e2a933d69354cd6d;hpb=f75dcef72a81a337e847adf0bae54198894f65b9 diff --git a/src/net_setup.c b/src/net_setup.c index eee0560..ec47f60 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net_setup.c,v 1.1.2.25 2002/09/09 21:24:41 guus Exp $ + $Id: net_setup.c,v 1.1.2.27 2002/09/15 14:55:53 guus Exp $ */ #include "config.h" @@ -26,15 +26,6 @@ #include #include #include -#ifdef HAVE_NETINET_IN_SYSTM_H -#include -#endif -#ifdef HAVE_NETINET_IP_H -#include -#endif -#ifdef HAVE_NETINET_TCP_H -#include -#endif #include #include #include @@ -49,6 +40,15 @@ #include #include #include +#ifdef HAVE_NETINET_IN_SYSTM_H +#include +#endif +#ifdef HAVE_NETINET_IP_H +#include +#endif +#ifdef HAVE_NETINET_TCP_H +#include +#endif #include #include @@ -77,7 +77,7 @@ char *myport; -int read_rsa_public_key(connection_t * c) +int read_rsa_public_key(connection_t *c) { FILE *fp; char *fname;