diff options
author | 2017-01-12 16:01:35 +0000 | |
---|---|---|
committer | 2017-01-12 16:01:35 +0000 | |
commit | a2c2d11f98b692401be56c8f285c570bae47ddda (patch) | |
tree | 121324bd98cb08f03e3b101fbfc85693745a9427 /vulkan/libvulkan/driver.cpp | |
parent | de3d159226fd695219f55e6724c6c308ac0b7b7b (diff) | |
parent | fbc97581511f1fa6aba808a970afa912706fbdea (diff) |
Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h" am: d655e61a22 am: 16a30c1ac8
am: fbc9758151
Change-Id: I911936217c6b47f48092319ff66edafaf0f7c395
Diffstat (limited to 'vulkan/libvulkan/driver.cpp')
-rw-r--r-- | vulkan/libvulkan/driver.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vulkan/libvulkan/driver.cpp b/vulkan/libvulkan/driver.cpp index 25552724d5..56396f467f 100644 --- a/vulkan/libvulkan/driver.cpp +++ b/vulkan/libvulkan/driver.cpp @@ -14,13 +14,16 @@ * limitations under the License. */ +#include <malloc.h> #include <stdlib.h> #include <string.h> +#include <sys/prctl.h> + #include <algorithm> #include <array> #include <new> -#include <malloc.h> -#include <sys/prctl.h> + +#include <log/log.h> #include "driver.h" #include "stubhal.h" |