Skip to content

Commit 7d2ec14

Browse files
committed
panvk: Add missing headers to android platform
Fixes: 2de9577 ("panvk: Kill panvk_private.h")
1 parent ce6f55b commit 7d2ec14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/panfrost/vulkan/panvk_android.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
* SPDX-License-Identifier: MIT
77
*/
88

9+
#include <stdlib.h>
10+
911
#include <hardware/hardware.h>
1012
#include <hardware/hwvulkan.h>
1113
#include <vulkan/vk_icd.h>
1214

1315
#include "util/log.h"
1416

17+
#include "panvk_entrypoints.h"
18+
1519
static int panvk_hal_open(const struct hw_module_t *mod, const char *id,
1620
struct hw_device_t **dev);
1721
static int panvk_hal_close(struct hw_device_t *dev);

0 commit comments

Comments
 (0)