Changed include of <errno.h>
This commit is contained in:
parent
aec7855227
commit
f22120ab74
|
@ -31,10 +31,13 @@
|
|||
err_setval() has to be changed.
|
||||
*/
|
||||
|
||||
#include "errno.h"
|
||||
|
||||
#include "allobjects.h"
|
||||
|
||||
#include <errno.h>
|
||||
#ifndef errno
|
||||
extern int errno;
|
||||
#endif
|
||||
|
||||
#include "errcode.h"
|
||||
|
||||
extern char *strerror PROTO((int));
|
||||
|
|
Loading…
Reference in New Issue