From 6f52af5f5cb91ce9dab99f326bb967eee8379e83 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Fri, 15 Sep 2006 20:11:20 +0000 Subject: [PATCH] Adding compatibility headers to enable R5 build of the USB stack again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18856 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/bus_managers/usb/PhysicalMemoryAllocator.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/add-ons/kernel/bus_managers/usb/PhysicalMemoryAllocator.cpp b/src/add-ons/kernel/bus_managers/usb/PhysicalMemoryAllocator.cpp index 8897dc4e98..adf5117268 100644 --- a/src/add-ons/kernel/bus_managers/usb/PhysicalMemoryAllocator.cpp +++ b/src/add-ons/kernel/bus_managers/usb/PhysicalMemoryAllocator.cpp @@ -9,6 +9,8 @@ #include #include #include +#include +#include "BeOSCompatibility.h" #include "PhysicalMemoryAllocator.h"