Added prototype for strerror() if necessary.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3703 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-02-15 06:39:59 +00:00
parent 9d437e96e9
commit 49996cab6b

View file

@ -29,6 +29,11 @@
extern int errno;
#ifndef HAVE_STRERROR
extern const char* strerror(int eno);
#endif
/*
* Functions for debugging object allocation/deallocation
*