Even more portability work...

This commit is contained in:
hpa 2001-11-12 06:46:56 +00:00
parent 5b21a932a6
commit 3df5c1f25c
9 changed files with 100 additions and 32 deletions

View file

@ -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>