diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-19 00:57:06 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:28 +0200 |
commit | 7c25065dc71b7bd3b38c2b30f7f49cc1523bc4fb (patch) | |
tree | 556a7a30120a6d31ad2901eba065ca516b694ba6 /libc | |
parent | 429b087a846bfaa95212b441375bbec49f244273 (diff) |
sa_len.c: do not include ipx.h, the IPX code is disabled
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/rpc/sa_len.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/sa_len.c b/libc/inet/rpc/sa_len.c index 3efc7d36f..b285a20d0 100644 --- a/libc/inet/rpc/sa_len.c +++ b/libc/inet/rpc/sa_len.c @@ -18,9 +18,9 @@ #include <sys/socket.h> #include <netinet/in.h> -#include <netipx/ipx.h> #include <sys/un.h> #if 0 +#include <netipx/ipx.h> #include <netash/ash.h> #include <netatalk/at.h> #include <netax25/ax25.h> |