fix build when TRACE is enabled

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2006-12-26 17:50:34 +00:00
parent c828668959
commit 03c2b46cdf
4 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,7 @@
#include <boot/net/ARP.h>
#include <stdio.h>
#include <KernelExport.h>
#include <boot/net/ChainBuffer.h>

View File

@ -6,6 +6,7 @@
#include <boot/net/Ethernet.h>
#include <stdio.h>
#include <KernelExport.h>
#include <boot/net/ChainBuffer.h>

View File

@ -6,6 +6,7 @@
#include <boot/net/IP.h>
#include <stdio.h>
#include <KernelExport.h>
#include <boot/net/ARP.h>
#include <boot/net/ChainBuffer.h>

View File

@ -6,8 +6,7 @@
#include <boot/net/UDP.h>
#include <stdio.h>
#include <OS.h>
#include <KernelExport.h>
#include <boot/net/ChainBuffer.h>
#include <boot/net/NetStack.h>