ikwzm / udmabuf

User space mappable dma buffer device driver for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

u-dma-buf_test missing stdlib, unistd and time headers

darko31 opened this issue · comments

Hello ikwzm,

I tried compiling the u-dma-buf test but I noticed the stdlib, unistd and sys/time headers are missing.
Am I missing some compile flags or?

I've added this headers and it's working. I can make a pull request with the changes.

My toolchain is aarch64-poky-linux-gcc (GCC) 8.2.0

Thank you for the issue.
Please give me a little more time.