Files
Tobias Klauser 4e957ea615 cli: include sys/select.h for select(2)
Some of the cli tools use select(2) and its man page states:

  /* According to POSIX.1-2001, POSIX.1-2008 */
  #include <sys/select.h>

Do so and explicitly #include <sys/select.h> in <netlink/cli/utils.h>
instead of relying of getting select(2) via implicit includes. This is
also needed to make libnl compile for Android.

Based on a previous patch by Fredrik Fornwall.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>

https://github.com/thom311/libnl/pull/151
2017-09-07 21:37:41 +02:00
..
2009-12-16 16:20:46 +01:00
2011-03-21 15:51:52 +01:00
2011-03-21 15:51:52 +01:00
2011-03-21 15:51:52 +01:00
2009-12-16 16:20:46 +01:00
2009-12-16 16:20:46 +01:00
2013-01-23 13:37:29 +01:00