changeset 17470:d4464c354346

Yet another change from o_sukhodolsky: Fix this warning: purple-client.c:64: warning: no previous prototype for 'purple_init References #1344
author Richard Laager <rlaager@wiktel.com>
date Wed, 30 May 2007 06:12:30 +0000
parents c52b7911a229
children 8f6396cf59fb
files libpurple/purple-client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/purple-client.c	Wed May 30 05:35:59 2007 +0000
+++ b/libpurple/purple-client.c	Wed May 30 06:12:30 2007 +0000
@@ -5,7 +5,7 @@
 #include <stdlib.h>
 
 #include "dbus-purple.h"
-#include "purple-client-bindings.h"
+#include "purple-client.h"
 
 static DBusGConnection *bus;
 static DBusGProxy *purple_proxy;