Commit 755d13753b32702fe8897ab0c0658ac7b04a9ff8
1 parent
26489844
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2016 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
osdep.h
@@ -27,6 +27,8 @@ extern void __longjmp(jmp_buf env, int val); | @@ -27,6 +27,8 @@ extern void __longjmp(jmp_buf env, int val); | ||
27 | 27 | ||
28 | #include <signal.h> | 28 | #include <signal.h> |
29 | 29 | ||
30 | +struct siginfo; | ||
31 | + | ||
30 | /* NOTE: it works only because the glibc sigset_t is >= kernel sigset_t */ | 32 | /* NOTE: it works only because the glibc sigset_t is >= kernel sigset_t */ |
31 | struct qemu_sigaction { | 33 | struct qemu_sigaction { |
32 | union { | 34 | union { |