From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgKY3-0005AJ-R9 for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:04:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgKY2-00059v-VC for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:04:14 -0400 Received: from [199.232.76.173] (port=51995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgKY2-00059s-OM for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:04:14 -0400 Received: from savannah.gnu.org ([199.232.41.3]:35782 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LgKY2-0007tv-7Z for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:04:14 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LgKY1-00026k-Pd for qemu-devel@nongnu.org; Sun, 08 Mar 2009 15:04:13 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LgKY1-00026g-IG for qemu-devel@nongnu.org; Sun, 08 Mar 2009 15:04:13 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Sun, 08 Mar 2009 15:04:13 +0000 Subject: [Qemu-devel] [6781] Remove unnecessary prefix on SDL_syswm.h. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6781 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6781 Author: aliguori Date: 2009-03-08 15:04:13 +0000 (Sun, 08 Mar 2009) Log Message: ----------- Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain installs of SDL. Signed-off-by: Anthony Liguori Modified Paths: -------------- branches/stable_0_10_0/sdl.c Modified: branches/stable_0_10_0/sdl.c =================================================================== --- branches/stable_0_10_0/sdl.c 2009-03-08 15:04:07 UTC (rev 6780) +++ branches/stable_0_10_0/sdl.c 2009-03-08 15:04:13 UTC (rev 6781) @@ -27,7 +27,7 @@ #include "x_keymap.h" #include -#include +#include #ifndef _WIN32 #include