Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/powerpc Need <netinet/in.h> for declaration.



details:   https://anonhg.NetBSD.org/src/rev/2396feeb9bc4
branches:  trunk
changeset: 487470:2396feeb9bc4
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Jun 08 06:50:46 2000 +0000

description:
Need <netinet/in.h> for declaration.

diffstat:

 sys/arch/powerpc/powerpc/in_cksum.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5fb5785729a0 -r 2396feeb9bc4 sys/arch/powerpc/powerpc/in_cksum.c
--- a/sys/arch/powerpc/powerpc/in_cksum.c       Thu Jun 08 06:48:45 2000 +0000
+++ b/sys/arch/powerpc/powerpc/in_cksum.c       Thu Jun 08 06:50:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in_cksum.c,v 1.1 1996/09/30 16:34:47 ws Exp $  */
+/*     $NetBSD: in_cksum.c,v 1.2 2000/06/08 06:50:46 kleink Exp $      */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -33,6 +33,8 @@
 #include <sys/param.h>
 #include <sys/mbuf.h>
 
+#include <netinet/in.h>
+
 /*
  * First cut for in_cksum.
  * This code is in C and should be optimized for PPC later.



Home | Main Index | Thread Index | Old Index