lsof-org / lsof

LiSt Open Files
https://lsof.readthedocs.io
Other
434 stars 107 forks source link

src/util.c add proper includes #294

Closed thinrope closed 1 year ago

thinrope commented 1 year ago

Fixes #293 for lsof-org/lsof

thinrope commented 1 year ago

Some of the CI needs to be fixed :-)

Also note that while adding #include "common.h" does fix the issue on master, it still fails to build on Gentoo... There, I need to add #include "lsof.h" to make it work, but it does NOT work for master :-/

jiegec commented 1 year ago

I see, the autotools.h is not included in src/util.c.