X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=52f457fc29b68e61ba017079511145f4e3120885;hp=2618fd8e7ab34a202ef5971cf5918c5df8cf0338;hb=4867d9a4948aadde4dd59436e1c5fb0fc141ba89;hpb=c751c276e9c9b0f4d96b7fba45744d52fd2783be diff --git a/recv.c b/recv.c index 2618fd8e..52f457fc 100644 --- a/recv.c +++ b/recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2009 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;