hrev53424 adds 2 changesets to branch 'master'
old head: 46843fbb0031c3e799dac13b70ea3be41b545f8f
new head: 2995019e04bbcecc65b7c718bef72e0f9b615ae7
overview:
https://git.haiku-os.org/haiku/log/?qt=range&q=2995019e04bb+%5E46843fbb0031
----------------------------------------------------------------------------
2cf1b6d6aa60: specific_video_driver.cpp: Add missing include
Signed-off-by: Jaroslaw Pelczar <jarek@xxxxxxxxxxxx>
Change-Id: I155e1a89561b43c3a83675c9a61c5e35496e217e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1792
Reviewed-by: waddlesplash <waddlesplash@xxxxxxxxx>
2995019e04bb: PartitioningSystemsTest.cpp: Add missing include
Signed-off-by: Jaroslaw Pelczar <jarek@xxxxxxxxxxxx>
Change-Id: Ib249f360c6fdcd4d55b0835821c3f98b99a8dbfb
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1793
Reviewed-by: waddlesplash <waddlesplash@xxxxxxxxx>
[ Jaroslaw Pelczar <jarek@xxxxxxxxxxxx> ]
----------------------------------------------------------------------------
2 files changed, 3 insertions(+)
.../add-ons/kernel/partitioning_systems/PartitioningSystemsTest.cpp | 2 ++
.../kernel/device_manager/playground/specific_video_driver.cpp | 1 +
############################################################################
Commit: 2cf1b6d6aa606398709057c6ab24993db908986a
URL: https://git.haiku-os.org/haiku/commit/?id=2cf1b6d6aa60
Author: Jaroslaw Pelczar <jarek@xxxxxxxxxxxx>
Date: Wed Aug 28 15:37:07 2019 UTC
Committer: waddlesplash <waddlesplash@xxxxxxxxx>
Commit-Date: Fri Aug 30 14:24:49 2019 UTC
specific_video_driver.cpp: Add missing include
Signed-off-by: Jaroslaw Pelczar <jarek@xxxxxxxxxxxx>
Change-Id: I155e1a89561b43c3a83675c9a61c5e35496e217e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1792
Reviewed-by: waddlesplash <waddlesplash@xxxxxxxxx>
----------------------------------------------------------------------------
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>
#define DRIVER_MODULE_NAME "drivers/graphics/specific_driver/driver_v1"
############################################################################
Revision: hrev53424
Commit: 2995019e04bbcecc65b7c718bef72e0f9b615ae7
URL: https://git.haiku-os.org/haiku/commit/?id=2995019e04bb
Author: Jaroslaw Pelczar <jarek@xxxxxxxxxxxx>
Date: Wed Aug 28 15:37:18 2019 UTC
Committer: waddlesplash <waddlesplash@xxxxxxxxx>
Commit-Date: Fri Aug 30 14:24:49 2019 UTC
PartitioningSystemsTest.cpp: Add missing include
Signed-off-by: Jaroslaw Pelczar <jarek@xxxxxxxxxxxx>
Change-Id: Ib249f360c6fdcd4d55b0835821c3f98b99a8dbfb
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1793
Reviewed-by: waddlesplash <waddlesplash@xxxxxxxxx>
----------------------------------------------------------------------------
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>