X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fman.c;h=9b4912277cdae028c4770c5c3d49bf751bb0b694;hb=342b4a55d056734a0344db8b4bcf1a90104a8a59;hp=1965b64e90e26a6e8dfe5dd6e258917d506f1737;hpb=6391d1a7cfa10337a75465c72d49df3c9ebc65ca;p=libguestfs.git diff --git a/fish/man.c b/fish/man.c index 1965b64..9b49122 100644 --- a/fish/man.c +++ b/fish/man.c @@ -1,5 +1,5 @@ /* guestfish - the filesystem interactive shell - * Copyright (C) 2010 Red Hat Inc. + * Copyright (C) 2010-2011 Red Hat Inc. * * 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 @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -21,6 +21,7 @@ #include #include #include +#include #include #include "fish.h"