mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
ID:426 - Include sys/socket.h instead of asm/socket.h
Fixes a compilation error with musl libc.
This commit is contained in:
parent
aede0cee75
commit
f3f4361568
@ -97,7 +97,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include "imbapi.h"
|
||||
#include <asm/socket.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#ifdef SCO_UW
|
||||
#define NO_MACRO_ARGS 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user