X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=1e95aac6401cf43cf7368a0ad61a2c37e6428587;hp=cfbc4de7e7a6a8db98e224c927a9b46d9b9b9223;hb=2bd6a294428d7acb1da1b0cf7f4ed569ad0e018a;hpb=f0e41e36c3f1a3a5bb6ff66d92d2814391d8f908 diff --git a/dccp_send.c b/dccp_send.c index cfbc4de7..1e95aac6 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 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"