[uzbl] Include gthread.h, not glib.h

Ben Boeckel mathstuf at fedoraproject.org
Tue Oct 25 17:37:26 UTC 2011


commit 799769f7deef2182415440d13b071c006b9e5b66
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Tue Oct 25 13:34:36 2011 -0400

    Include gthread.h, not glib.h

 0001-Include-glib.h.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/0001-Include-glib.h.patch b/0001-Include-glib.h.patch
index be1c165..6a3dc2e 100644
--- a/0001-Include-glib.h.patch
+++ b/0001-Include-glib.h.patch
@@ -16,7 +16,7 @@ index f90c5dd..a3c36fb 100644
  #include "variables.h"
  #include "type.h"
  
-+#include <glib.h>
++#include <glib/gthread.h>
 +
  UzblCore uzbl;
  


More information about the scm-commits mailing list