BitcoinTalk

Re: A few suggestions

2009-12-17 18:38:06 UTC - Original Post - View in Thread
That's good, is it running fine on FreeBSD?

I committed the changes to headers.h.\u00a0 For consistency, I used __BSD__.\u00a0 The complete list of defines is at http://docs.wxwidgets.org/stable/wx_cppconst.html
#ifdef __BSD__
#include <netinet/in.h>
#endif

malloc.h is only needed on windows, I'll move that into the __WXMSW__ section before it causes any more trouble.