[glib] gurifuncs.c: #include "string.h" -> <string.h>
- From: Ryan Lortie <ryanl src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib] gurifuncs.c: #include "string.h" -> <string.h>
- Date: Sun, 7 Feb 2010 08:08:36 +0000 (UTC)
commit ea2917b01f045d8e7ede4824039d462203af3290
Author: Ryan Lortie <desrt desrt ca>
Date: Sun Feb 7 03:08:08 2010 -0500
gurifuncs.c: #include "string.h" -> <string.h>
glib/gurifuncs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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 <glib.h>
-#include "string.h"
+#include <string.h>
#include "galias.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]