summaryrefslogtreecommitdiffstats
path: root/tools/reds_stat.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 15:16:03 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commit7427b23d84007018bc6569d0dba7776d4d527381 (patch)
tree6ee22c9d66001f56edc0139f42f080ad2b9fa5cc /tools/reds_stat.c
parentd46bc7727818aa08f3dcb207bfca96768e63e342 (diff)
downloadspice-7427b23d84007018bc6569d0dba7776d4d527381.tar.gz
spice-7427b23d84007018bc6569d0dba7776d4d527381.tar.xz
spice-7427b23d84007018bc6569d0dba7776d4d527381.zip
Add missing includes of config.h
Not all files were including config.h
Diffstat (limited to 'tools/reds_stat.c')
-rw-r--r--tools/reds_stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/reds_stat.c b/tools/reds_stat.c
index 3ff13c8f..39d17afe 100644
--- a/tools/reds_stat.c
+++ b/tools/reds_stat.c
@@ -16,6 +16,7 @@
*/
#define _GNU_SOURCE
+#include <config.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <fcntl.h>