I am not in a car where I can do it right now, but maybe I can still help. If your distribution uses yum (e.g. RHEL):
yum provides if_dl.h
Or if you use apt (e.g. Ubuntu / Debian):
sudo apt-get install apt-file sudo apt-file update apt-file search if_dl.h
If apt-file already installed, the first step will not be needed, and I cannot remember exactly whether the second. In addition, I believe that both package managers work with both the file name and the full path.
Hope this works for you or someone else reading this and you will get an answer!
Cascabel
source share