diff options
author | Steve Chamberlain <steve@cygnus> | 1991-09-19 21:05:02 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-09-19 21:05:02 +0000 |
commit | f3d70fe521934fe02520ae5ffbb5c35bcc33e375 (patch) | |
tree | aba5b98ecafab9c923ad738e0ab183a2513a0b36 /bfd/hosts/i386v.h | |
parent | 33638b1c2e3958dc5334c161eefd593da2835180 (diff) | |
download | gdb-f3d70fe521934fe02520ae5ffbb5c35bcc33e375.zip gdb-f3d70fe521934fe02520ae5ffbb5c35bcc33e375.tar.gz gdb-f3d70fe521934fe02520ae5ffbb5c35bcc33e375.tar.bz2 |
Stuff for new machiens
Diffstat (limited to 'bfd/hosts/i386v.h')
-rw-r--r-- | bfd/hosts/i386v.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h index f1018c6..33e3d1d 100644 --- a/bfd/hosts/i386v.h +++ b/bfd/hosts/i386v.h @@ -1,11 +1,13 @@ +#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 |