Merge pull request #111 from Crayon2000/missinginclude

With C++Builder we need to include stdlib.h to use wcstombs
pull/107/head
Jeffrey Walton 2016-01-11 23:52:47 -05:00
commit 5ff5d4dd69
1 changed files with 1 additions and 0 deletions

1
misc.h
View File

@ -51,6 +51,7 @@
#ifdef __BORLANDC__
#include <mem.h>
#include <stdlib.h>
#endif
#if defined(__GNUC__) && defined(__linux__)