diff -r 92160600f7f2 -r e540282f8462 SConstruct --- a/SConstruct Thu May 03 14:23:41 2007 +0200 +++ b/SConstruct Thu May 03 14:39:37 2007 +0200 @@ -223,6 +223,7 @@ 'ipv4-end-point-demux.cc', 'i-udp.cc', 'i-udp-impl.cc', + 'i-arp-private.cc', ]) node.add_headers ([ 'ipv4-header.h', @@ -243,6 +244,7 @@ 'udp-socket.h', 'i-udp-impl.h', 'udp.h', + 'i-arp-private.h', ]) node.add_inst_headers ([ 'node.h',