X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=52f457fc29b68e61ba017079511145f4e3120885;hp=99efefb7eb8c6e8d2da64d856fec908b812d2b32;hb=c41a04fb296e068ebfec78bba9678bf15daea896;hpb=e8089cd5efad59a5eec689117acf563a38b8c6c7 diff --git a/recv.c b/recv.c index 99efefb7..52f457fc 100644 --- a/recv.c +++ b/recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,7 +8,6 @@ #include #include -#include #include #include "para.h" @@ -22,6 +21,7 @@ #include "error.h" #include "stdout.h" #include "buffer_tree.h" +#include "version.h" /** The gengetopt args info struct. */ static struct recv_args_info conf;