From ea2917b01f045d8e7ede4824039d462203af3290 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 7 Feb 2010 03:08:08 -0500 Subject: [PATCH] gurifuncs.c: #include "string.h" -> --- glib/gurifuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gurifuncs.c b/glib/gurifuncs.c index b4180b7..4135638 100644 --- a/glib/gurifuncs.c +++ b/glib/gurifuncs.c @@ -23,7 +23,7 @@ #include "config.h" #include "gurifuncs.h" #include -#include "string.h" +#include #include "galias.h" -- 2.7.4