utils: Include tbm_debug.h 92/317492/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 11 Sep 2024 04:26:27 +0000 (13:26 +0900)
committerChangyeon 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

index dc35956c00ef565940e9ea1abecc0fc43edff2a9..2e1aa7068f84ff3c98ce8488e697b6093553a53c 100644 (file)
@@ -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")))