# HG changeset patch # User Stu Tomlinson # Date 1185797854 0 # Node ID bf45ab3381240af153f7d31df0ff366ed4aa64f7 # Parent dbaf12fb6ac7454b91a50b41e801fba8a81f9947 More internal.h includes to fix G_GNUC_NULL_TERMINATED undefined errors diff -r dbaf12fb6ac7 -r bf45ab338124 finch/gntsound.c --- a/finch/gntsound.c Mon Jul 30 03:17:50 2007 +0000 +++ b/finch/gntsound.c Mon Jul 30 12:17:34 2007 +0000 @@ -22,6 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "internal.h" #include "gntsound.h" const char *finch_sound_get_active_profile(void) diff -r dbaf12fb6ac7 -r bf45ab338124 libpurple/protocols/bonjour/mdns_howl.c --- a/libpurple/protocols/bonjour/mdns_howl.c Mon Jul 30 03:17:50 2007 +0000 +++ b/libpurple/protocols/bonjour/mdns_howl.c Mon Jul 30 12:17:34 2007 +0000 @@ -14,6 +14,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "internal.h" #include "mdns_howl.h" #include "debug.h"