diff options
author | John Gilmore <gnu@cygnus> | 1991-09-20 03:44:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-20 03:44:17 +0000 |
commit | 8215bbacd070c17618fa9e48c179f8ac2db306a0 (patch) | |
tree | 58caca64e457d2fb0f6ea666df230b7e8bb93067 /bfd/hosts/i386v.h | |
parent | 7054ee6d2b63d63cff91d8ac55e0de1b399dc71d (diff) | |
download | gdb-8215bbacd070c17618fa9e48c179f8ac2db306a0.zip gdb-8215bbacd070c17618fa9e48c179f8ac2db306a0.tar.gz gdb-8215bbacd070c17618fa9e48c179f8ac2db306a0.tar.bz2 |
Undo precipitous changes.
Diffstat (limited to 'bfd/hosts/i386v.h')
-rw-r--r-- | bfd/hosts/i386v.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index 33e3d1d..f1018c6 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -1,13 +1,11 @@ -#include <sys/types.h> -#include <sys/file.h> #include <fcntl.h> #include <errno.h> #include <stdio.h> - +#include <sys/types.h> #include <sys/stat.h> #include <ctype.h> #include <string.h> - +#include <sys/file.h> #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif |