analyze: include unistd.h

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

Continuation of 4f18ff2e29.

Follow-up for 9a08000d18.
This commit is contained in:
Yu Watanabe
2025-07-06 15:22:43 +09:00
committed by Daan De Meyer
parent 8d29f31bf6
commit c56e251d3f

View File

@@ -2,6 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "sd-bus.h"