diff options
author | Anthony Liguori | 2011-06-08 19:13:58 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-06-08 19:13:58 +0200 |
commit | 13748cf499fbd93468e7103c0866e073a666f270 (patch) | |
tree | b7bad9c923765b123703a738539bc66afb765a56 /qemu-common.h | |
parent | qemu-img create: Fix displayed default cluster size (diff) | |
parent | virtio: Move virtio-pci to hw library (diff) | |
download | qemu-13748cf499fbd93468e7103c0866e073a666f270.tar.gz qemu-13748cf499fbd93468e7103c0866e073a666f270.tar.xz qemu-13748cf499fbd93468e7103c0866e073a666f270.zip |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index b851b20c51..39fabc9e0f 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -39,6 +39,7 @@ typedef struct Monitor Monitor; #include <sys/stat.h> #include <sys/time.h> #include <assert.h> +#include <signal.h> #ifdef _WIN32 #include "qemu-os-win32.h" |