Signed-off-by: Mika Laitio <lamikr@pilppa.org>
*/
#include <sstream>
#include <typeinfo>
+#include <unistd.h>
#include <plp/log.h>
#include <plp/retval.h>
//_dev_lst = Factory::get_device_list();
_dev_lst = dev_lst_param;
/* In some toolchains the size is not unsigned int instead of long
- unsigned int, and that can cause warnings/errors without typecasting
+ unsigned int, and that can cause warnings/errors without typecasting
*/
log_info("device count: %lu\n", (long unsigned int)_dev_lst.size());
_lstnr_thrd = 0;