ikwzm / udmabuf

User space mappable dma buffer device driver for Linux.
BSD 2-Clause "Simplified" License
539 stars 165 forks source link

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

Closed darko31 closed 1 year ago

darko31 commented 1 year ago

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

ikwzm commented 1 year ago

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