diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-05-04 05:54:06 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-05-04 05:54:06 +0000 |
| commit | 977f18021b64dc05e332cd4a41068fdecbf2103c (patch) | |
| tree | 417475aaed5a3a23a1b750623d1f42cad06ebef5 | |
| parent | fixed compilation errors with HAVE_SSL (diff) | |
| download | inkscape-977f18021b64dc05e332cd4a41068fdecbf2103c.tar.gz inkscape-977f18021b64dc05e332cd4a41068fdecbf2103c.zip | |
* src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
(bzr r722)
| -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> |
