Explorar el Código

#include <ifaddrs.h> should be #include "ifaddrs.h"

Denis Vlasenko hace 17 años
padre
commit
2600ca66db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/inet/ifaddrs.c

+ 1 - 1
libc/inet/ifaddrs.c

@@ -22,7 +22,7 @@
 #include <alloca.h>
 #include <assert.h>
 #include <errno.h>
-#include <ifaddrs.h>
+#include "ifaddrs.h"
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netpacket/packet.h>