fixed compile on OSX.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5232 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-06-19 12:00:52 +00:00
parent ede890417e
commit c26c1f2163

View File

@ -26,7 +26,7 @@
#else
#include <vector>
#include <stdarg.h>
#include <malloc.h>
#include <stdlib.h>
#endif
#include <stdio.h>