3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-15 22:40:40 +01:00
iwd/monitor
James Prestwood 705898d1db monitor: include unistd.h in main.c
This fixes a build break on some systems, specifically the
raspberry Pi 3 (ARM):

monitor/main.c: In function ‘open_packet’:
monitor/main.c:176:3: error: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Werror=implicit-function-declaration]
  176 |   close(fd);
      |   ^~~~~
      |   pclose
2024-01-04 12:18:05 -06:00
..
2024-01-04 12:18:05 -06:00
2020-01-21 16:03:28 -06:00