]> git.proxmox.com Git - mirror_qemu.git/blobdiff - user-exec.c
spapr_pci: Switch to vfio_eeh_as_op() interface
[mirror_qemu.git] / user-exec.c
index 8ad89a466b1b557d2a89d66030c04000c8e20395..d8d597bafea11adc873e526026bdc2bd4d53c997 100644 (file)
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
-#include "config.h"
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "disas/disas.h"
 #include "tcg.h"
@@ -33,7 +33,6 @@
 #undef ESI
 #undef EDI
 #undef EIP
-#include <signal.h>
 #ifdef __linux__
 #include <sys/ucontext.h>
 #endif