mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
analyze: include unistd.h
The source file uses symbols e.g. execl(), execvp(), _exit(), and so on, without including unistd.h. Continuation of4f18ff2e29. Follow-up for9a08000d18.
This commit is contained in:
committed by
Daan De Meyer
parent
8d29f31bf6
commit
c56e251d3f
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "sd-bus.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user