[haiku-commits] r34860 - haiku/trunk/src/system/boot/platform/openfirmware

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 2 Jan 2010 19:26:43 +0100 (CET)

Author: stippi
Date: 2010-01-02 19:26:43 +0100 (Sat, 02 Jan 2010)
New Revision: 34860
Changeset: http://dev.haiku-os.org/changeset/34860/haiku
Ticket: http://dev.haiku-os.org/ticket/5188

Modified:
   haiku/trunk/src/system/boot/platform/openfirmware/network.cpp
Log:
Patch by Andreas Faerber:
 * Fix compilation with tracing enabled.

Thanks! Fixes ticket #5188.


Modified: haiku/trunk/src/system/boot/platform/openfirmware/network.cpp
===================================================================
--- haiku/trunk/src/system/boot/platform/openfirmware/network.cpp       
2010-01-02 17:11:30 UTC (rev 34859)
+++ haiku/trunk/src/system/boot/platform/openfirmware/network.cpp       
2010-01-02 18:26:43 UTC (rev 34860)
@@ -10,7 +10,8 @@
 #include <string.h>
 
 #include <OS.h>
-
+
+#include <boot/platform.h>
 #include <boot/net/Ethernet.h>
 #include <boot/net/NetStack.h>
 #include <platform/openfirmware/openfirmware.h>


Other related posts:

  • » [haiku-commits] r34860 - haiku/trunk/src/system/boot/platform/openfirmware - superstippi