mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-04 03:33:36 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user