summaryrefslogtreecommitdiffstats
path: root/tools
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
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')
-rw-r--r--tools/bitmap_to_c.c1
-rw-r--r--tools/icon_to_c.c1
-rw-r--r--tools/reds_stat.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/bitmap_to_c.c b/tools/bitmap_to_c.c
index 7e9b303f..01b925ea 100644
--- a/tools/bitmap_to_c.c
+++ b/tools/bitmap_to_c.c
@@ -15,6 +15,7 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
diff --git a/tools/icon_to_c.c b/tools/icon_to_c.c
index 0957c2b0..882330eb 100644
--- a/tools/icon_to_c.c
+++ b/tools/icon_to_c.c
@@ -15,6 +15,7 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
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>