15 lines
373 B
Text
15 lines
373 B
Text
$NetBSD: patch-lasso-errors_c,v 1.1 2012/05/06 17:14:58 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- lasso/errors.c~ 2011-01-05 13:57:32.000000000 +0000
|
|
+++ lasso/errors.c
|
|
@@ -22,7 +22,7 @@
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
*/
|
|
|
|
-#include <glib/gstrfuncs.h>
|
|
+#include <glib.h>
|
|
#include "errors.h"
|
|
#include "xml/xml.h"
|
|
|