From: Wolfgang Denk Date: Sat, 4 Apr 2009 14:14:51 +0000 (+0200) Subject: Fix implicit declaration of function 'htons' X-Git-Tag: v2009.06-rc1~72 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ecf3fb223a56e3c6aa696d94d694eeaca0f44d33;p=u-boot Fix implicit declaration of function 'htons' Include instead of to get htons() prototpye. Signed-off-by: Wolfgang Denk --- diff --git a/tools/ncb.c b/tools/ncb.c index 7e123f163d..30acbead5f 100644 --- a/tools/ncb.c +++ b/tools/ncb.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include int main (int argc, char *argv[]) {