Build fix: missing stdio.h include in signal-helper.hpp
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 15 Dec 2022 22:39:09 +0000 (17:39 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 16 Jan 2023 19:49:24 +0000 (14:49 -0500)
commit52e345b9ac912d033c2a2c25a170a01cf209839d
treed94b523f0c484ba7172d8ecbd6380d89fa091122
parent3fd0ee48d1539bf5b957bed8893d0ba375fde823
Build fix: missing stdio.h include in signal-helper.hpp

A follow-up commit changes the order of inclusions and fails to build
since signal-helper.hpp doesn't include stdio.h for its use of perror().

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Id402346fcd727f23d382697d06d3886a915aa014
tests/utils/testapp/signal-helper.hpp
This page took 0.02403 seconds and 4 git commands to generate.