util: kernel: gpu-mem: Fix missing header file 57/277257/3
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 1 Jul 2022 05:39:58 +0000 (14:39 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 7 Jul 2022 01:54:00 +0000 (01:54 +0000)
Change-Id: Iec6278b4a5cab50315b3f42f28cc12205d5d2ee7
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
include/util/gpu-mem.h

index bda0426..cdf865e 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __GPU_MEM_H__
 #define __GPU_MEM_H__
 
+#include <util/common.h>
+
 struct gpu_mem_node {
        char *name;
        char *path;