diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-07 19:27:18 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-07 19:27:18 +0000 |
commit | 5fa0ab8fcbd25bbb72f51f923f0595e05f091476 (patch) | |
tree | 538e5e021b8843a62f5c86442e642af8850aa80c /slirp | |
parent | 4728efa329df7c14883956ffa66dc60bc138181a (diff) |
use config-host.h instead of config.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3546 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp')
-rw-r--r-- | slirp/slirp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h index a28e5feacb..1809ba73cc 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -17,7 +17,7 @@ #ifndef CONFIG_QEMU #include "version.h" #endif -#include "config.h" +#include "config-host.h" #include "slirp_config.h" #ifdef _WIN32 |