changeset 18744:bf45ab338124

More internal.h includes to fix G_GNUC_NULL_TERMINATED undefined errors
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 30 Jul 2007 12:17:34 +0000
parents dbaf12fb6ac7
children 221461ade6c9
files finch/gntsound.c libpurple/protocols/bonjour/mdns_howl.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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"