]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdk.h
gdk: prevent NULL pointer access when debugging is enabled
[~andy/gtk] / gdk / gdk.h
index e651fd068633b010e04f2c20898f33636d458a18..36d5c3b55d91a3e261a6265fe67c3557a3ac1c6a 100644 (file)
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -42,6 +40,8 @@
 #include <gdk/gdkdnd.h>
 #include <gdk/gdkenumtypes.h>
 #include <gdk/gdkevents.h>
+#include <gdk/gdkframeclock.h>
+#include <gdk/gdkframetimings.h>
 #include <gdk/gdkkeys.h>
 #include <gdk/gdkkeysyms.h>
 #include <gdk/gdkmain.h>