diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | src/jabber_whiteboard/pedrodom.cpp | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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> diff --git a/src/jabber_whiteboard/pedrodom.cpp b/src/jabber_whiteboard/pedrodom.cpp index 5ac4a61d0..903c159ec 100644 --- a/src/jabber_whiteboard/pedrodom.cpp +++ b/src/jabber_whiteboard/pedrodom.cpp @@ -22,11 +22,13 @@ */ +#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> |
