[haiku-commits] Re: haiku: hrev53424 - in src/tests: add-ons/kernel/partitioning_systems system/kernel/device_manager/playground

  • From: Jérôme Duval <jerome.duval@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 30 Aug 2019 17:34:33 +0200

Le ven. 30 août 2019 à 16:25, waddlesplash <waddlesplash@xxxxxxxxx> a
écrit :

diff --git
a/src/tests/system/kernel/device_manager/playground/specific_video_driver.cpp
b/src/tests/system/kernel/device_manager/playground/specific_video_driver.cpp
index 198e7994ca..5d445ac1ff 100644
---
a/src/tests/system/kernel/device_manager/playground/specific_video_driver.cpp
+++
b/src/tests/system/kernel/device_manager/playground/specific_video_driver.cpp
@@ -8,6 +8,7 @@

 #include <KernelExport.h>
 #include <PCI.h>
+#include <string.h>


diff --git
a/src/tests/add-ons/kernel/partitioning_systems/PartitioningSystemsTest.cpp
b/src/tests/add-ons/kernel/partitioning_systems/PartitioningSystemsTest.cpp
index c3168931eb..cca906eaa7 100644
---
a/src/tests/add-ons/kernel/partitioning_systems/PartitioningSystemsTest.cpp
+++
b/src/tests/add-ons/kernel/partitioning_systems/PartitioningSystemsTest.cpp
@@ -9,6 +9,8 @@
 #include <limits.h>
 #include <stdio.h>
 #include <unistd.h>
+#include <string.h>
+#include <stdlib.h>

 #include <map>
 #include <vector>



In both commits, the include macro is wrongly ordered, please adjust
following the coding style guide.

Bye,
Jérôme

Other related posts: