scrcpy/app
Arne Schwabe c05056343b Fix building on OS X (missing NULL in queue.h)
Headers seem to be a bit different in Apple land and you need to include
stddef.h explicitly to the NULL declaration.

This also makes the code a bit more correct, as stddef.h is the header
in the C standard that defines NULL
(https://en.cppreference.com/w/cpp/header/cstddef).
2019-08-05 15:02:05 +02:00
..
src Fix building on OS X (missing NULL in queue.h) 2019-08-05 15:02:05 +02:00
tests Add generic intrusive FIFO queue 2019-08-01 23:14:50 +02:00
meson.build Add generic intrusive FIFO queue 2019-08-01 23:14:50 +02:00