From: Jim Meyering Date: Wed, 13 Apr 2011 11:15:39 +0000 (+0200) Subject: Add more missing include directives. X-Git-Tag: 1.11.1~14 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=ace1795d1045be96f92a68e6b61ffdee60431fef Add more missing include directives. * cat/virt-cat.c: Include string.h and libintl.h. * cat/virt-filesystems.c: Likewise. * cat/virt-ls.c: Likewise. --- diff --git a/cat/virt-cat.c b/cat/virt-cat.c index dca9ef4..06bd8b1 100644 --- a/cat/virt-cat.c +++ b/cat/virt-cat.c @@ -1,5 +1,5 @@ /* virt-cat - * 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 @@ -20,11 +20,13 @@ #include #include +#include #include #include #include #include #include +#include #include "progname.h" diff --git a/cat/virt-filesystems.c b/cat/virt-filesystems.c index c6d52ac..10084de 100644 --- a/cat/virt-filesystems.c +++ b/cat/virt-filesystems.c @@ -1,5 +1,5 @@ /* virt-filesystems - * 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 @@ -26,6 +26,8 @@ #include #include #include +#include +#include #include "c-ctype.h" #include "human.h" diff --git a/cat/virt-ls.c b/cat/virt-ls.c index e2700d2..b510f9a 100644 --- a/cat/virt-ls.c +++ b/cat/virt-ls.c @@ -1,5 +1,5 @@ /* virt-ls - * 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 @@ -26,6 +26,8 @@ #include #include #include +#include +#include #include "progname.h"