[gtk/wip/matthiasc/focus2: 34/41] Add a missing include
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/focus2: 34/41] Add a missing include
- Date: Tue, 5 Mar 2019 03:57:49 +0000 (UTC)
commit f59dc9df6cdcb75833d622e1e8b9f8ae5e4b5b2b
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Mar 4 19:00:30 2019 -0500
Add a missing include
If we don't include config.h, GDK_AVAILABLE_...
does not have the desired effect, and your symbols
are not exported. And you spend hours tearing out
your hair.
gtk/gtkwidgetfocus.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gtk/gtkwidgetfocus.c b/gtk/gtkwidgetfocus.c
index 230f76d19e..a380295798 100644
--- a/gtk/gtkwidgetfocus.c
+++ b/gtk/gtkwidgetfocus.c
@@ -15,6 +15,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include "gtkwidgetprivate.h"
typedef struct _CompareInfo CompareInfo;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]