diff options
Diffstat (limited to 'tests/server/tftpd.c')
-rw-r--r-- | tests/server/tftpd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c index fce365758..6dcd89409 100644 --- a/tests/server/tftpd.c +++ b/tests/server/tftpd.c @@ -65,6 +65,9 @@ #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif +#ifdef HAVE_ARPA_INET_H +#include <arpa/inet.h> +#endif #ifdef HAVE_ARPA_TFTP_H #include <arpa/tftp.h> #else |