From f0f67878e36abd8cd698976ea3ae5dd24bed790f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bernhard=20=C3=9Cbelacker?= <bernhardu@mailbox.org>
Date: Sun, 7 May 2017 17:30:14 +0200
Subject: Avoid implicit declaration of functions leading to pointer
 truncation.

https://bugs.debian.org/861978
---
 sgtk/sgtk.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sgtk/sgtk.h b/sgtk/sgtk.h
index 9e0e1da..2cb0174 100644
--- a/sgtk/sgtk.h
+++ b/sgtk/sgtk.h
@@ -24,6 +24,7 @@
 #ifndef __sgtk_h_included
 #define __sgtk_h_included
 
+#include <gdk/gdk.h>
 
 /* This file implies xscorch.h. */
 #include <xscorch.h>
-- 
2.11.0

