On SUNOS4, include "md/sunos4.h" to get the macro definition of strerror.

(contributed by Brian Ostrom <briano@netscape.com>)
This commit is contained in:
wtc%netscape.com 1999-02-27 19:46:10 +00:00
Родитель 9b2c30b253
Коммит 9006c54a3b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,9 @@ provided "as is" without express or implied warranty.
*/
#include <string.h>
#ifdef SUNOS4
#include "md/sunos4.h" /* for strerror */
#endif
#include <assert.h>
#include <errno.h>
#include "prmem.h"