forked from mirrors/tftp-hpa-google
Yet more portability hacks.
This commit is contained in:
parent
01b753d213
commit
9570005ba2
3 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
#include "config.h" /* Must be included first! */
|
||||
#include "recvfrom.h"
|
||||
#include "tftpsubs.h"
|
||||
#ifdef HAVE_MACHINE_PARAM_H
|
||||
#include <machine/param.h> /* Needed on some versions of FreeBSD */
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_RECVMSG) && defined(HAVE_MSGHDR_MSG_CONTROL)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue