From e355ce92a458c8739e6ad4cdb1c110ae71990a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 2 Jan 2010 18:26:43 +0000 Subject: [PATCH] Patch by Andreas Faerber: * Fix compilation with tracing enabled. Thanks! Fixes ticket #5188. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34860 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/openfirmware/network.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/system/boot/platform/openfirmware/network.cpp b/src/system/boot/platform/openfirmware/network.cpp index 51f41eeb65..357b906d01 100644 --- a/src/system/boot/platform/openfirmware/network.cpp +++ b/src/system/boot/platform/openfirmware/network.cpp @@ -10,7 +10,8 @@ #include #include - + +#include #include #include #include