From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgKXz-00059n-Qi for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:04:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgKXy-00059F-1H for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:04:11 -0400 Received: from [199.232.76.173] (port=51994 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgKXx-00059C-Sq for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:04:09 -0400 Received: from savannah.gnu.org ([199.232.41.3]:35780 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 1LgKXx-0007tB-Dt for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:04:09 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LgKXw-00026Q-7S for qemu-devel@nongnu.org; Sun, 08 Mar 2009 15:04:08 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LgKXv-00026M-Uc for qemu-devel@nongnu.org; Sun, 08 Mar 2009 15:04:08 +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:07 +0000 Subject: [Qemu-devel] [6780] 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: 6780 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6780 Author: aliguori Date: 2009-03-08 15:04:07 +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: -------------- trunk/sdl.c Modified: trunk/sdl.c =================================================================== --- trunk/sdl.c 2009-03-08 14:45:45 UTC (rev 6779) +++ trunk/sdl.c 2009-03-08 15:04:07 UTC (rev 6780) @@ -22,7 +22,7 @@ * THE SOFTWARE. */ #include -#include +#include #ifndef _WIN32 #include