summarylogtreecommitdiffstats
path: root/coot-dynarama.patch
blob: 7af8d00acb3c319d60d3b61524d6c7d250d73ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/dynarama-main.cc.orig	2018-07-10 13:29:01.850708482 +0200
+++ src/dynarama-main.cc	2018-04-01 02:17:29.000000000 +0200
@@ -23,8 +23,6 @@
 
 #ifdef HAVE_GOOCANVAS
 
-#include <gtk/gtk.h>
-
 #ifdef __GNU_LIBRARY__
 #include "compat/coot-getopt.h"
 #else
@@ -35,6 +33,8 @@
 
 #include <sys/stat.h>
 
+#include <gtk/gtk.h>
+
 #ifdef HAVE_GOOCANVAS
 #include <goocanvas.h>
 #endif