]> git.proxmox.com Git - qemu.git/commit
dump: Fix build breakage (missing sys/procfs.h)
authorStefan Weil <sw@weilnetz.de>
Fri, 8 Jun 2012 17:57:25 +0000 (19:57 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Jun 2012 10:18:53 +0000 (10:18 +0000)
commit7baa82079f089dd2c6f42b11c39ba0fd9f1ab85d
tree33d19b7ee01705921d01f46fc3ad71a5db479504
parentfa79c914efd35cb60e0bc18512c03690c48b13e2
dump: Fix build breakage (missing sys/procfs.h)

sys/procfs is not available everywhere (MingW does not have it).

Remove this and more unused or redundant include statements.
This fixes the broken build.

qerror.h was previously included indirectly.
Add an explicit include statement for it because it is needed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
dump-stub.c