Blob Blame History Raw
From 02d45bde212d5fc6b1fe6b6d0d3940a76546287c Mon Sep 17 00:00:00 2001
From: Jakub Filak <jfilak@redhat.com>
Date: Thu, 29 Jan 2015 11:28:01 +0100
Subject: [PATCH] includes: move stdbool.h to libreport_types.h

Related to #316

Signed-off-by: Jakub Filak <jfilak@redhat.com>
---
 src/include/internal_libreport.h | 1 -
 src/include/libreport_types.h    | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/internal_libreport.h b/src/include/internal_libreport.h
index 72ff240..11c18d9 100644
--- a/src/include/internal_libreport.h
+++ b/src/include/internal_libreport.h
@@ -45,7 +45,6 @@
 #include <termios.h>
 #include <time.h>
 #include <unistd.h>
-#include <stdbool.h>
 /* Try to pull in PATH_MAX */
 #include <limits.h>
 #include <sys/param.h>
diff --git a/src/include/libreport_types.h b/src/include/libreport_types.h
index 41ed5d7..9eeeb93 100644
--- a/src/include/libreport_types.h
+++ b/src/include/libreport_types.h
@@ -19,6 +19,7 @@
 #ifndef LIBREPORT_TYPES_H_
 #define LIBREPORT_TYPES_H_
 
+#include <stdbool.h>
 #include <glib.h>
 
 typedef gchar **string_vector_ptr_t;
-- 
2.1.0