X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fkeys.c;h=fe98b610e6d618c1dcb7d78bb8679868b9b2dffc;hb=0ef30bbb316b50beba511a5eb4bd7174671fa1ca;hp=deb627f83a3f37953314475583c2a3ceee52b368;hpb=a232e62dcf508517a32b9a8d7e4529e827be721b;p=libguestfs.git diff --git a/fish/keys.c b/fish/keys.c index deb627f..fe98b61 100644 --- a/fish/keys.c +++ b/fish/keys.c @@ -1,5 +1,5 @@ /* libguestfs - guestfish and guestmount shared option parsing - * 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 @@ -22,6 +22,7 @@ #include #include #include +#include #include "guestfs.h"