Code

* src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
authormjwybrow <mjwybrow@users.sourceforge.net>
Thu, 4 May 2006 05:54:06 +0000 (05:54 +0000)
committermjwybrow <mjwybrow@users.sourceforge.net>
Thu, 4 May 2006 05:54:06 +0000 (05:54 +0000)
ChangeLog
src/jabber_whiteboard/pedrodom.cpp

index 8e21c91b3c8ea16816fc1afdf28c46991648355b..66b0310cb1b2c379447217b4e836aafb136e679c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2006-05-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
 
        * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
+
+       * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
        
 2006-05-03  Carl Hetherington  <inkscape@carlh.net>
 
index 5ac4a61d02e56765a5701c29d086107adc6e066b..903c159ec89ac62cbb20d2f69f6f091f55d658f6 100644 (file)
  */
 
 
+#ifdef HAVE_MALLOC_H
+#include <malloc.h>
+#endif
 
 #include <stdio.h>
 #include <string.h>
 #include <stdarg.h>
-#include <malloc.h>
 #include <sys/types.h>
 #include <sys/stat.h>