I’m compiling some C source that includes ether.h, but this file isn’t available in my install of Mac OS X. This seems to be a common file included with the Linux OS. Any ideas on how to get this on my local Mac OS?
I’m compiling some C source that includes ether.h, but this file isn’t available in
Share
Incorrect.
<netinet/ether.h>comes with glibc. OS X’s (Darwin’s) libc should have its own equivalent, perhaps<netinet/if_ether.h>.