kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2.git/commit/?id=d98622ba679edc4c61efaa9634d56e374a7f08c0
commit d98622ba679edc4c61efaa9634d56e374a7f08c0 Author: Kim Woelders <[email protected]> Date: Mon Apr 11 21:53:03 2022 +0200 debug: Export __imlib_time_us() Forgotten. --- src/lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/debug.c b/src/lib/debug.c index e7b3bca..bbbe0db 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -37,7 +37,7 @@ __attribute__((constructor)) #include <sys/time.h> #endif -unsigned int +__EXPORT__ unsigned int __imlib_time_us(void) { #if USE_MONOTONIC_CLOCK --
