im.pidgin.pidgin: 0f1bc6944f478b162c2c539eeede8b0b03496657
datallah at pidgin.im
datallah at pidgin.im
Sun Dec 9 21:25:41 EST 2007
-----------------------------------------------------------------
Revision: 0f1bc6944f478b162c2c539eeede8b0b03496657
Ancestor: 10720dc998c08a66c7431e39bdfa7e072d49bd05
Author: datallah at pidgin.im
Date: 2007-12-10T02:19:56
Branch: im.pidgin.pidgin
Modified files:
libpurple/tests/check_libpurple.c libpurple/tests/tests.h
ChangeLog:
A couple compile fixes to the tests from Elliott Sales de Andrade. Fixes #4313.
-------------- next part --------------
============================================================
--- libpurple/tests/check_libpurple.c bd8a05963519de33fcf8c6452198fa9194b7142e
+++ libpurple/tests/check_libpurple.c 99b69c13102682bc20ba388e508b3e7bcb99792d
@@ -1,11 +1,12 @@
#include <glib.h>
#include <stdlib.h>
+#include "tests.h"
+
#include "../core.h"
#include "../eventloop.h"
#include "../util.h"
-#include "tests.h"
/******************************************************************************
* libpurple goodies
============================================================
--- libpurple/tests/tests.h 54061f54902e97dfb7555de25c3220eb04e718fd
+++ libpurple/tests/tests.h ebe05f1f96474e714fc4148e8cc6d73d61c6bcdb
@@ -1,7 +1,8 @@
#ifndef TESTS_H
# define TESTS_H
-#include <glib.h>
+#include "../purple.h"
+
#include <check.h>
/* define the test suites here */
More information about the Commits
mailing list