Add errno, for binutils.

This commit is contained in:
John Gilmore 1991-10-08 22:28:10 +00:00
parent 398eef0a8d
commit 243f4d0af1
1 changed files with 1 additions and 0 deletions

View File

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