X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dccp_send.c;h=92a22162954ee030353017101803f1d9ef4a53bf;hb=77d770f7b0930476d95021bd9e6d6007db53d391;hp=df0dfce1a4ae5fa160ed721a0ced181f912a803b;hpb=027f2c1237051d2d569d6be7f381c886f659bac3;p=paraslash.git diff --git a/dccp_send.c b/dccp_send.c index df0dfce1..92a22162 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2014 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -11,15 +11,18 @@ * (C) 2005 Ian McDonald */ +#include +#include #include #include -#include +#include +#include +#include #include "para.h" #include "error.h" #include "string.h" #include "afh.h" -#include "afs.h" #include "server.h" #include "net.h" #include "list.h"