Code

* src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
[inkscape.git] / src / jabber_whiteboard / pedrodom.cpp
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>