X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=udp_recv.c;h=6c5ee0261d78a6dbfb9c903e388c6d488b228694;hb=ef0508ee41853a36a60676714ff1deecf9bb930d;hp=f4912e1e5322f1adf79cb805a2782ba7edbecdad;hpb=58ce610c5a46eb03810d8a93b10d5bc51bc10b12;p=paraslash.git diff --git a/udp_recv.c b/udp_recv.c index f4912e1e..6c5ee026 100644 --- a/udp_recv.c +++ b/udp_recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -15,12 +15,12 @@ #include "list.h" #include "sched.h" #include "ggo.h" +#include "buffer_tree.h" #include "recv.h" #include "udp_recv.cmdline.h" #include "string.h" #include "net.h" #include "fd.h" -#include "buffer_tree.h" static void udp_recv_pre_select(struct sched *s, struct task *t) {