commit | a9bcfd1d176eb2109f74e1e4eeabdedf22321003 | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <deepa.kernel@gmail.com> | Sat Feb 02 07:34:43 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 03 11:17:30 2019 -0800 |
tree | 4240aa227c923d927cdf5b8fcc038f9e1fa97c03 | |
parent | 3f8cfd0d95e65ddc6aef70ef28b80cdc3d8ad7e4 [diff] |
selftests: add missing include unistd Compiling rxtimestamp.c generates error messages due to non-existing declaration for write() library call. Add missing unistd.h include to provide the declaration and silence the error. Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Acked-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>