X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tcp.c;h=c0a266cdec43351205201711effb71632d002aa6;hb=e0c9e33cc484025e2b80bec19f7130554e9e3781;hp=cddd5547b57a9b7f5a789b9eb8c9ecdb80a030c8;hpb=a99d921cf322a09d779500c2cdeb55e3df260fb8;p=radsecproxy.git diff --git a/tcp.c b/tcp.c index cddd554..c0a266c 100644 --- a/tcp.c +++ b/tcp.c @@ -6,7 +6,6 @@ * copyright notice and this permission notice appear in all copies. */ -#ifdef RADPROT_TCP #include #include #include @@ -25,12 +24,12 @@ #include #include #include -#include -#include "debug.h" #include "list.h" -#include "util.h" #include "radsecproxy.h" +#ifdef RADPROT_TCP +#include "debug.h" +#include "util.h" static void setprotoopts(struct commonprotoopts *opts); static char **getlistenerargs(); void *tcplistener(void *arg);