]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - net/slirp.c
Include qapi/qmp/qdict.h exactly where needed
[thirdparty/qemu.git] / net / slirp.c
index 7044d292c85eaa8e2444c8e513cb169e2860e850..8991816bbfc81ff5fb7aae0ca3066fd354544ad5 100644 (file)
@@ -21,6 +21,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
 #include "net/slirp.h"
 
@@ -41,6 +42,7 @@
 #include "sysemu/sysemu.h"
 #include "qemu/cutils.h"
 #include "qapi/error.h"
+#include "qapi/qmp/qdict.h"
 
 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep)
 {