From c7f746434f28c06faf9f3ebaac4973502468c4d3 Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 24 Aug 2004 21:57:12 +0000 Subject: TFTP support (Magnus Damm) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1050 c046a42c-6fe2-441c-8c8c-71466251a162 --- slirp/slirp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'slirp/slirp.h') diff --git a/slirp/slirp.h b/slirp/slirp.h index f5c93c5ee5..b52044a65a 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -210,6 +210,7 @@ int inet_aton _P((const char *cp, struct in_addr *ia)); #endif #include "bootp.h" +#include "tftp.h" #include "libslirp.h" extern struct ttys *ttys_unit[MAX_INTERFACES]; -- cgit v1.2.1