diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-08-24 21:57:12 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-08-24 21:57:12 +0000 |
commit | c7f746434f28c06faf9f3ebaac4973502468c4d3 (patch) | |
tree | 969225c7f2f83a8f0a1956082c3200a00191b385 /slirp/slirp.h | |
parent | 60e336dbb837ef4d5053433f9ee391feb102be36 (diff) | |
download | hqemu-c7f746434f28c06faf9f3ebaac4973502468c4d3.zip hqemu-c7f746434f28c06faf9f3ebaac4973502468c4d3.tar.gz |
TFTP support (Magnus Damm)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1050 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/slirp.h')
-rw-r--r-- | slirp/slirp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h index f5c93c5..b52044a 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]; |