commit | b8664ab2eade74a88e6370da30dec2e30b9b716c | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Apr 04 16:14:51 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 04 17:58:19 2009 +0200 |
tree | c680e8e1e7aebfef3fd56314dd08ddd4932977b1 | |
parent | cec9c2ff2f7c9c70b6f659607660174628d484f2 [diff] |
Fix implicit declaration of function 'htons' Include <netinet/in.h> instead of <linux/in.h> to get htons() prototpye. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/tools/ncb.c b/tools/ncb.c index 7e123f1..30acbea 100644 --- a/tools/ncb.c +++ b/tools/ncb.c
@@ -1,7 +1,7 @@ #include <stdlib.h> #include <unistd.h> #include <sys/socket.h> -#include <linux/in.h> +#include <netinet/in.h> int main (int argc, char *argv[]) {