X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=ae8a1f663b725cbed40f763e0105fd04d2d4dcc9;hp=99efefb7eb8c6e8d2da64d856fec908b812d2b32;hb=c0dca63e02352cae6a8c241dba4bc0d2c7cde050;hpb=e8089cd5efad59a5eec689117acf563a38b8c6c7 diff --git a/recv.c b/recv.c index 99efefb7..ae8a1f66 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. */ @@ -22,6 +22,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;