Compile rpcgen-generated files with -fno-strict-aliasing
[libguestfs.git] / df / main.c
index 174692f..3421d90 100644 (file)
--- a/df/main.c
+++ b/df/main.c
@@ -24,6 +24,7 @@
 #include <inttypes.h>
 #include <unistd.h>
 #include <getopt.h>
+#include <locale.h>
 #include <assert.h>
 
 #ifdef HAVE_LIBVIRT