X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0d585188f9dbb001006322fee6aab78657a12a8e..b3bf9b9df95137a3a43248be9599d919b04877af:/token.c diff --git a/token.c b/token.c index 181e7340..b3621b93 100644 --- a/token.c +++ b/token.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras - * Copyright (C) 2003-2007 Wayne Davison + * Copyright (C) 2003-2009 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,6 +20,7 @@ */ #include "rsync.h" +#include "itypes.h" #include "zlib/zlib.h" extern int do_compression;