changeset 178:49639211d63b

ui: add <stdbool.h> in label.h
author David Demelier <markand@malikania.fr>
date Tue, 27 Oct 2020 14:06:34 +0100
parents 6a15145b331e
children 5d1b7d123401
files libui/ui/label.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libui/ui/label.h	Fri Oct 23 09:32:54 2020 +0200
+++ b/libui/ui/label.h	Tue Oct 27 14:06:34 2020 +0100
@@ -25,6 +25,8 @@
  * \ingroup ui
  */
 
+#include <stdbool.h>
+
 struct action;
 struct theme;