correct the location of errno.h
Fixes build on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bba65b3592
commit
d4e9b0f637
@ -23,7 +23,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/errno.h>
|
#include <errno.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user