changeset 30121:bf088afdc813

roomlist: "glib.h" -> <glib.h>; seems correct-er to me
author Paul Aurich <paul@darkrain42.org>
date Sat, 29 May 2010 00:08:23 +0000
parents ef7303c25751
children c4cac45b0a74
files libpurple/roomlist.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/roomlist.h	Fri May 28 21:26:57 2010 +0000
+++ b/libpurple/roomlist.h	Sat May 29 00:08:23 2010 +0000
@@ -57,7 +57,7 @@
 } PurpleRoomlistFieldType;
 
 #include "account.h"
-#include "glib.h"
+#include <glib.h>
 
 /**************************************************************************/
 /** Data Structures                                                       */