Skip to content
Snippets Groups Projects
Commit f9fe28ce authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[tests] fix includes in libc

Does not work on macOS ; probably implicit path lookup is different than linux ?
parent 260cbf3d
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#ifndef __FC_NETINET_IN
#define __FC_NETINET_IN
#include "features.h"
#include "../features.h"
__PUSH_FC_STDLIB
#include "../__fc_inet.h"
__POP_FC_STDLIB
......
......@@ -46,7 +46,7 @@ struct sockaddr_storage {
sa_family_t ss_family;
};
#include "sys/uio.h"
#include "./uio.h"
struct cmsghdr {
socklen_t cmsg_len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment