forked from mirrors/tftp-hpa-google
Even more portability work...
This commit is contained in:
parent
5b21a932a6
commit
3df5c1f25c
9 changed files with 100 additions and 32 deletions
|
@ -26,13 +26,14 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../config.h"
|
||||
#include "recvfrom.h"
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "../config.h"
|
||||
#include "recvfrom.h"
|
||||
#include "tftpsubs.h"
|
||||
|
||||
#if defined(HAVE_RECVMSG) && defined(HAVE_MSGHDR_MSG_CONTROL)
|
||||
|
||||
#include <sys/uio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue