Browse Source

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

Denis Vlasenko 17 years ago
parent
commit
2600ca66db
1 changed files with 1 additions and 1 deletions
  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>