helper_thread.h: include missing stdbool.h because 'bool' type is used
authorDenis Pronin <dannftk@yandex.ru>
Thu, 27 Jul 2023 19:06:59 +0000 (22:06 +0300)
committerDenis Pronin <dannftk@yandex.ru>
Thu, 27 Jul 2023 19:23:24 +0000 (22:23 +0300)
commitb29033254cbae585f319857e2a7acef176f046f2
tree3162121c5f83856fc2453ccdd1636813ab03e4a5
parent29ba26059190bf337024b3aa0d95a12b2525cbf2
helper_thread.h: include missing stdbool.h because 'bool' type is used

missing headers should be included at the places where they are
certainly used

Signed-off-by: Denis Pronin <dannftk@yandex.ru>
helper_thread.h