Missing <bsd/stdio.h>
I am attempting to build a package (on Fedora 29) that relies on the libbsd package. I'm consistently getting a message about it not being able to find <bsd stdio.h=""> (angle braces not quotes) in the include path. The thing is when I check the paths it's looking at for includes (these dirs I think:
/usr/lib/gcc/x86_64-redhat-linux/8/include
/usr/local/include
/usr/include
that bsd directory simply doesn't seem to be present. I tried removing and re-installing libbsd from dnf but that doesn't seem to have done it.
Anyone have any suggestions of something I might be missing here?
Try installing libbsd-devel and libbsd package