diff options
Diffstat (limited to 'tests/server/tftpd.c')
-rw-r--r-- | tests/server/tftpd.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c index 8bcd452d0..8db82ff23 100644 --- a/tests/server/tftpd.c +++ b/tests/server/tftpd.c @@ -67,11 +67,6 @@ #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif -#ifdef HAVE_ARPA_TFTP_H -#include <arpa/tftp.h> -#else -#include "tftp.h" -#endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif @@ -97,6 +92,7 @@ #include "getpart.h" #include "util.h" #include "server_sockaddr.h" +#include "tftp.h" /* include memdebug.h last */ #include "memdebug.h" |