[haiku-commits] r36454 - haiku/trunk/headers/private/bluetooth

  • From: aljen-mlists@xxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 24 Apr 2010 19:51:39 +0200 (CEST)

Author: aljen
Date: 2010-04-24 19:51:39 +0200 (Sat, 24 Apr 2010)
New Revision: 36454
Changeset: http://dev.haiku-os.org/changeset/36454/haiku

Modified:
   haiku/trunk/headers/private/bluetooth/CommandManager.h
Log:
Fixed build with GCC4

Modified: haiku/trunk/headers/private/bluetooth/CommandManager.h
===================================================================
--- haiku/trunk/headers/private/bluetooth/CommandManager.h      2010-04-24 
17:48:13 UTC (rev 36453)
+++ haiku/trunk/headers/private/bluetooth/CommandManager.h      2010-04-24 
17:51:39 UTC (rev 36454)
@@ -10,6 +10,7 @@
 #include <string.h>
 
 #include <bluetooth/bluetooth.h>
+#include <bluetooth/bluetooth_error.h>
 #include <bluetooth/HCI/btHCI_command.h>
 #include <bluetooth/HCI/btHCI_event.h>
 


Other related posts:

  • » [haiku-commits] r36454 - haiku/trunk/headers/private/bluetooth - aljen-mlists