X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=1e95aac6401cf43cf7368a0ad61a2c37e6428587;hp=3979982c725da1b6e83966b6ac6887cb2cfae2a6;hb=69a294cd641c623db61f46ee86901845789a1c7b;hpb=9c5fbc5dd8b53604d7e73fb6714ee2b5e3458866 diff --git a/dccp_send.c b/dccp_send.c index 3979982c..1e95aac6 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2013 Andre Noll + * Copyright (C) 2006-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -11,9 +11,14 @@ * (C) 2005 Ian McDonald */ +#include +#include #include #include #include +#include +#include +#include #include "para.h" #include "error.h"