Include string.h and libintl.h, as needed.
[libguestfs.git] / df / df.c
diff --git a/df/df.c b/df/df.c
index c2db970..8821d68 100644 (file)
--- a/df/df.c
+++ b/df/df.c
@@ -1,5 +1,5 @@
 /* virt-df
 /* 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
  *
  * 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 <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
+#include <string.h>
 #include <inttypes.h>
 
 #ifdef HAVE_LIBVIRT
 #include <inttypes.h>
 
 #ifdef HAVE_LIBVIRT