]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix compilation on FreeBSD.
authorAndre Noll <maan@systemlinux.org>
Mon, 4 May 2009 11:34:16 +0000 (13:34 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 4 May 2009 11:34:16 +0000 (13:34 +0200)
commit4cc509155034d2079a8ba8d697003c9603ea6a6d
tree68da876f3aeb67e0c931e352b72054b5dd788f84
parent813bec7dd99c3f5f43f046af0b1c87d70010dd19
Fix compilation on FreeBSD.

Without these two includes, compilation fails on FreeBSD with

/usr/include/net/if.h:265: error: field `ifru_addr' has incomplete type
/usr/include/net/if.h:266: error: field `ifru_dstaddr' has incomplete type
/usr/include/net/if.h:267: error: field `ifru_broadaddr' has incomplete type
/usr/include/net/if.h:299: error: field `ifra_addr' has incomplete type
/usr/include/net/if.h:300: error: field `ifra_broadaddr' has incomplete type
/usr/include/net/if.h:301: error: field `ifra_mask' has incomplete type
/usr/include/net/if.h:368: error: field `addr' has incomplete type
/usr/include/net/if.h:369: error: field `dstaddr' has incomplete type
udp_recv.c
udp_send.c