~ubuntu-branches/ubuntu/utopic/gnome-gmail-notifier/utopic

« back to all changes in this revision

Viewing changes to debian/patches/only-include-glib.h

  • Committer: Package Import Robot
  • Author(s): Michael Bienia
  • Date: 2012-09-27 15:00:22 UTC
  • Revision ID: package-import@ubuntu.com-20120927150022-04ucg9gjiftwdhoy
Tags: 0.10.1-0ubuntu3
Include only <glib.h> instead of individual header files (fixes FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: gnome-gmail-notifier-0.10.1/src/main.h
 
2
===================================================================
 
3
--- gnome-gmail-notifier-0.10.1.orig/src/main.h 2010-04-09 20:15:24.000000000 +0200
 
4
+++ gnome-gmail-notifier-0.10.1/src/main.h      2012-09-27 15:00:14.000000000 +0200
 
5
@@ -50,7 +50,6 @@
 
6
  * this includes the gthread header and the pthread
 
7
  * header.
 
8
  */
 
9
-#include <glib/gthread.h>
 
10
 #include <pthread.h>
 
11
 
 
12
 /*