mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
nsresourced: fix build without libbpf
```
In file included from ../src/nsresourced/nsresourced-manager.c:9:
../src/shared/bpf-link.h:5:10: fatal error: bpf/libbpf.h: No such file or directory
5 | #include <bpf/libbpf.h>
| ^~~~~~~~~~~~~~
```
Follow-up for 46718d344f
This commit is contained in:
committed by
Daan De Meyer
parent
4d9ccdc9ae
commit
fb4c82b643
@@ -6,7 +6,9 @@
|
||||
#include "sd-daemon.h"
|
||||
|
||||
#include "bpf-dlopen.h"
|
||||
#if HAVE_VMLINUX_H
|
||||
#include "bpf-link.h"
|
||||
#endif
|
||||
#include "build-path.h"
|
||||
#include "common-signal.h"
|
||||
#include "env-util.h"
|
||||
|
||||
Reference in New Issue
Block a user