зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
9b2c30b253
Коммит
9006c54a3b
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче