From 7427b23d84007018bc6569d0dba7776d4d527381 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 15:16:03 +0000 Subject: Add missing includes of config.h Not all files were including config.h --- tools/bitmap_to_c.c | 1 + tools/icon_to_c.c | 1 + tools/reds_stat.c | 1 + 3 files changed, 3 insertions(+) (limited to 'tools') 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 . */ +#include #include #include #include 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 . */ +#include #include #include #include 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 #include #include #include -- cgit