Hi. I'm looking at this now. I think I would like to leave the headers where they are because:
- This is how upstream does it. This packages does have patches, but they're all necessary to make things work; this doesn't feel necessary - pkg-config files exist, so you don't have to know where the headers live. You can gcc -I`pkg-config --cflags libscap` and/or libsinsp. Or --cflags-only-I. Is it a problem for you to use pkg-config? Thanks

