Add errno, for binutils.

This commit is contained in:
John Gilmore 1991-10-08 22:28:10 +00:00
parent 398eef0a8d
commit 243f4d0af1

View file

@ -1,5 +1,6 @@
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
extern int errno; /* <errno.h> forgets to do this... */
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>