patch-misc_nstat_c 339 B

1234567891011
  1. --- iproute2-3.10.0.orig/misc/nstat.c 2013-07-16 19:06:36.000000000 +0200
  2. +++ iproute2-3.10.0/misc/nstat.c 2013-08-17 15:27:46.412360373 +0200
  3. @@ -21,7 +21,7 @@
  4. #include <sys/file.h>
  5. #include <sys/socket.h>
  6. #include <sys/un.h>
  7. -#include <sys/poll.h>
  8. +#include <poll.h>
  9. #include <sys/wait.h>
  10. #include <sys/stat.h>
  11. #include <signal.h>