Darwin fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9680 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-04-24 03:19:30 +00:00
parent ff4e61efee
commit 5c3e777f95
4 changed files with 14 additions and 7 deletions

View file

@ -60,6 +60,7 @@ Cambridge, MA 02111, USA. */
#include <stdlib.h>
#include <string.h>
#include <objc/objc-api.h>
#include <base/objc-gnu2next.h>
extern double strtod(const char *str, char **ptr);
extern long strtol(const char *str, char** ptr, int base);