chiark / gitweb /
libgpg-error: workaround no stdout atexit with constructor prior to N (#1017)
[termux-packages] / packages / libnl / nf-monitor.c.patch
1 --- ../../build/libnl3/cache/libnl-3.2.25/src/nf-monitor.c      2014-06-16 16:45:51.000000000 +0200
2 +++ ./src/nf-monitor.c  2017-02-09 00:09:08.904697365 +0100
3 @@ -11,6 +11,7 @@
4   * Copyright (c) 2007 Secure Computing Corporation
5   */
6  
7 +#include <sys/select.h>
8  #include <netlink/cli/utils.h>
9  #include <netlink/netfilter/nfnl.h>
10