commit | 755d13753b32702fe8897ab0c0658ac7b04a9ff8 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jun 25 18:02:02 2006 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jun 25 18:02:02 2006 +0000 |
tree | b7a50b65b6344a41707568e886c8809cc8359e63 | |
parent | 26489844dcc1d2f3e17c92210475e6f3e54b503e [diff] |
removed warning git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2016 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/osdep.h b/osdep.h index f818ce0..29a261c 100644 --- a/osdep.h +++ b/osdep.h
@@ -27,6 +27,8 @@ #include <signal.h> +struct siginfo; + /* NOTE: it works only because the glibc sigset_t is >= kernel sigset_t */ struct qemu_sigaction { union {