From 755d13753b32702fe8897ab0c0658ac7b04a9ff8 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 25 Jun 2006 18:02:02 +0000 Subject: [PATCH] removed warning git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2016 c046a42c-6fe2-441c-8c8c-71466251a162 --- osdep.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osdep.h b/osdep.h index f818ce03a8..29a261cbd5 100644 --- a/osdep.h +++ b/osdep.h @@ -27,6 +27,8 @@ extern void __longjmp(jmp_buf env, int val); #include +struct siginfo; + /* NOTE: it works only because the glibc sigset_t is >= kernel sigset_t */ struct qemu_sigaction { union {