summaryrefslogtreecommitdiff
path: root/community/google-gadgets/glibc231.patch
blob: 61de0516288682c8ad95a2c356e7d93cee25ac81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- ggadget/gtk/main_loop.cc
+++ ggadget/gtk/main_loop.cc
@@ -16,9 +16,8 @@
 
 #include <fcntl.h>
 #include <stdint.h>
-#include <glib/ghash.h>
+#include <glib.h>
 #include <gtk/gtk.h>
-#include <glib/gthread.h>
 #include <ggadget/common.h>
 #include "main_loop.h"
 #include "utilities.h"
--- hosts/gtk/main.cc
+++ hosts/gtk/main.cc
@@ -14,8 +14,8 @@
   limitations under the License.
 */
 
+#include <glib.h>
 #include <gtk/gtk.h>
-#include <glib/gthread.h>
 #include <locale.h>
 #include <signal.h>
 #include <unistd.h>