[lasem] build: don't try to include ghash.h, it's forbidden by glib.



commit 2960c9021ab400373a2bbdbb049a1772504b9480
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Mon May 7 10:30:45 2012 +0200

    build: don't try to include ghash.h, it's forbidden by glib.

 src/lsmmathmlentitydictionary.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lsmmathmlentitydictionary.c b/src/lsmmathmlentitydictionary.c
index d831777..af94295 100644
--- a/src/lsmmathmlentitydictionary.c
+++ b/src/lsmmathmlentitydictionary.c
@@ -22,7 +22,7 @@
  */
 
 #include <lsmmathmlentitydictionary.h>
-#include <glib/ghash.h>
+#include <glib.h>
 #include <stdio.h>
 
 static const struct {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]