Fixed a warning.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 20 Jun 2004 14:28:44 +0000 (14:28 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 20 Jun 2004 14:28:44 +0000 (14:28 +0000)
src/ecore_evas/rb_ecore_evas_main.c

index b5cffefdc220acb858378d5851ecaed169add6a0..3e00f81cb04effc5ac4142b4cbdf17f92472b781 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_ecore_evas_main.c 9 2004-06-19 19:53:47Z tilman $
+ * $Id: rb_ecore_evas_main.c 16 2004-06-20 14:28:44Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -26,6 +26,7 @@
 #include "rb_ecore_evas_main.h"
 #include "rb_ecore_evas.h"
 #include "rb_software_x11.h"
+#include "rb_gl_x11.h"
 
 static VALUE m_init (VALUE self)
 {