diff options
Diffstat (limited to 'df/output.c')
-rw-r--r-- | df/output.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/df/output.c b/df/output.c index b60d285c..7852daa2 100644 --- a/df/output.c +++ b/df/output.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 @@ -21,6 +21,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdint.h> +#include <string.h> #include <inttypes.h> #include <xvasprintf.h> #include <math.h> |