retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

fix include path in build.rs #76

Closed vlrpl closed 1 year ago

vlrpl commented 1 year ago

bpf_common.h in particular was not included from the vendored files, but the system one was used. Even though a common strategy for vendored files is probably going to be included, it's useful to fix it for future reference.