summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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>