X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=df%2Fdf.c;h=2502037e873ea46acc97be15dd1d1961ed49ded1;hb=34c0542189a443e57f2b09886f31b5bdad404bbf;hp=c2db970ff9b8d04af22c767c85c836e12c0139e3;hpb=18374b5b7d3154e0b8b8a07e3590f6eee762b58e;p=libguestfs.git diff --git a/df/df.c b/df/df.c index c2db970..2502037 100644 --- a/df/df.c +++ b/df/df.c @@ -1,5 +1,5 @@ /* virt-df - * 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 #ifdef HAVE_LIBVIRT