clang-tidy: Add missing header for sd_journal_send

Resolved build error caused by missing <systemd/sd-journal.h> include
in BaseMonitor. The sd_journal_send function requires this header
to compile correctly when logging to the systemd journal.

'''
include/error_monitors/err_pin_timeout_monitor.hpp:40:10: error:
 'logEvent' overrides a member function but is not marked 'override' [clang-diagnostic-inconsistent-missing-override]
'''

Change-Id: I35f22b0edbb16a0cc41e29028346047b060c27cf
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
1 file changed
tree: baa76469d75708c2d25d6cf99255eb5c22c0101b
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. tests/
  6. .clang-format
  7. LICENSE
  8. MAINTAINERS
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.