ID:426 - Include sys/socket.h instead of asm/socket.h

Fixes a compilation error with musl libc.
This commit is contained in:
Dennis Schridde 2016-04-11 15:31:52 +02:00
parent aede0cee75
commit f3f4361568

View File

@ -97,7 +97,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <string.h> #include <string.h>
#endif #endif
#include "imbapi.h" #include "imbapi.h"
#include <asm/socket.h> #include <sys/socket.h>
#ifdef SCO_UW #ifdef SCO_UW
#define NO_MACRO_ARGS 1 #define NO_MACRO_ARGS 1