]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: include unistd.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 6 Jul 2025 06:22:43 +0000 (15:22 +0900)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 6 Jul 2025 11:31:17 +0000 (13:31 +0200)
commitc56e251d3f444b78e877eae27a0f82dcde5e9fe5
tree6175b96ed48045b00e6dcb08d86e78d1ec169871
parent8d29f31bf683e9fa9e8eedf7da5c134286c93f17
analyze: include unistd.h

The source file uses symbols e.g. execl(), execvp(), _exit(), and so on,
without including unistd.h.

Continuation of 4f18ff2e29b8054f30b084abcabf5f689f4b340b.

Follow-up for 9a08000d186396bc8bcb8fe057720417543c3bf0.
src/analyze/analyze-unit-shell.c