X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=df%2Fmain.c;h=2429c322aa7a90826250f220c844551e77b9dc89;hb=a0509ff0715533e341573e24f6888fd7dcf4ba51;hp=174692f9e4f613e08c8bb4459bc1498fdd6c9b0f;hpb=a20e5c00c35490fa29668630113a01240a69b701;p=libguestfs.git diff --git a/df/main.c b/df/main.c index 174692f..2429c32 100644 --- a/df/main.c +++ b/df/main.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,10 +21,13 @@ #include #include #include +#include #include #include #include +#include #include +#include #ifdef HAVE_LIBVIRT #include