projects
/
platform
/
core
/
uifw
/
libtpl-egl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3886f
)
utils: Include tbm_debug.h
92/317492/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 11 Sep 2024 04:26:27 +0000
(13:26 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 11 Sep 2024 04:34:14 +0000
(13:34 +0900)
tbm_surface_internal_dump_xxx api was moved in tbm_debug.h
Change-Id: I583467d8bd5cbf285c47af0ce518994ef014b029
src/tpl_utils.h
patch
|
blob
|
history
diff --git
a/src/tpl_utils.h
b/src/tpl_utils.h
index dc35956c00ef565940e9ea1abecc0fc43edff2a9..2e1aa7068f84ff3c98ce8488e697b6093553a53c 100644
(file)
--- a/
src/tpl_utils.h
+++ b/
src/tpl_utils.h
@@
-7,6
+7,7
@@
#include <pthread.h>
#include <string.h>
#include <unistd.h>
+#include <tbm_debug.h>
#if defined(__GNUC__) && __GNUC__ >= 4
# define TPL_API __attribute__ ((visibility("default")))