diff options
author | Christian Wiese <chris@opensde.org> | 2014-04-10 11:47:00 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2014-04-10 13:14:49 +0200 |
commit | ca59ce0c7f93f561f137949711221df4f30deba6 (patch) | |
tree | b682cc1e32e274b4ba1774d58c99e254c4f98609 /curvetun/abiname.c | |
parent | 47b3d6c254ca31dc57af4a1a17526e1dc593702a (diff) |
link: fixed to include <sys/types.h> for caddr_t
When building against musl libc compiling bails out because of caddr_t not
being declared:
--------------------------------------------------------------------------
link.c: In function 'wireless_sigqual':
link.c:41:24: error: 'caddr_t' undeclared (first use in this function)
--------------------------------------------------------------------------
As caddr_t is declared in <sys/types.h> this header needs to be included.
Signed-off-by: Christian Wiese <chris@opensde.org>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun/abiname.c')
0 files changed, 0 insertions, 0 deletions