diff options
author | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2008-06-27 15:38:41 +0000 |
---|---|---|
committer | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2008-06-27 15:38:41 +0000 |
commit | 0546f7ccc64bd8ea536c300dfac2c6efec7eeaa8 (patch) | |
tree | 45d839762cc9598fe4bd318af77d8ae235441073 /libc/inet/getaddrinfo.c | |
parent | f2f6143a40186b4998559c76b71aef3d04459a63 (diff) |
Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not
need the file outside of uClibc anyway.
Diffstat (limited to 'libc/inet/getaddrinfo.c')
-rw-r--r-- | libc/inet/getaddrinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/getaddrinfo.c b/libc/inet/getaddrinfo.c index 0bc66e393..8b735f29b 100644 --- a/libc/inet/getaddrinfo.c +++ b/libc/inet/getaddrinfo.c @@ -66,7 +66,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <sys/un.h> #include <sys/utsname.h> #include <net/if.h> -#include <ifaddrs.h> +#include "ifaddrs.h" /* Experimentally off - libc_hidden_proto(memcpy) */ /* Experimentally off - libc_hidden_proto(memset) */ |