gnome-games r8027 - trunk/gtali



Author: thomashpa
Date: Tue Oct 14 21:17:54 2008
New Revision: 8027
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8027&view=rev

Log:
Add missing include of <gdk/gdkkeysyms.h> to fix build

Modified:
   trunk/gtali/gyahtzee.c

Modified: trunk/gtali/gyahtzee.c
==============================================================================
--- trunk/gtali/gyahtzee.c	(original)
+++ trunk/gtali/gyahtzee.c	Tue Oct 14 21:17:54 2008
@@ -41,6 +41,7 @@
 
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
+#include <gdk/gdkkeysyms.h>
 
 #include <games-stock.h>
 #include <games-scores.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]