X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=54bb9433e34cbd0a5bbfed50d07a7d536e0f8b65;hp=15dc90f1c2b95ad4b8165e208e8f25f1c6a6e010;hb=c0dca63e02352cae6a8c241dba4bc0d2c7cde050;hpb=aa7830ccfd0503d96da56d1e92f97013cc788124 diff --git a/client_common.c b/client_common.c index 15dc90f1..54bb9433 100644 --- a/client_common.c +++ b/client_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2010 Andre Noll + * Copyright (C) 1997-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -25,6 +25,7 @@ #include "client.h" #include "hash.h" #include "buffer_tree.h" +#include "version.h" /** The size of the receiving buffer. */ #define CLIENT_BUFSIZE 4000