diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-06-15 18:36:11 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-06-15 18:36:11 +0000 |
commit | 8bd4e54bc326f62e0b46c5202f5b7c2fd9ddc735 (patch) | |
tree | 9eb904ed7debe1bdae3f30492502fa1fcf666fab /bfd/hosts/std-host.h | |
parent | 77478127574a733286cadc32ec91f3db0a3e5d77 (diff) | |
download | gdb-8bd4e54bc326f62e0b46c5202f5b7c2fd9ddc735.zip gdb-8bd4e54bc326f62e0b46c5202f5b7c2fd9ddc735.tar.gz gdb-8bd4e54bc326f62e0b46c5202f5b7c2fd9ddc735.tar.bz2 |
protect against multiple inclusions
Diffstat (limited to 'bfd/hosts/std-host.h')
-rw-r--r-- | bfd/hosts/std-host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/std-host.h b/bfd/hosts/std-host.h index 20ba5b3..4bb3e15 100644 --- a/bfd/hosts/std-host.h +++ b/bfd/hosts/std-host.h @@ -1,3 +1,4 @@ +#ifndef hosts_std_host_H #include <fcntl.h> #include <errno.h> #include <stdio.h> @@ -151,3 +152,5 @@ struct uint64e_struct { #endif #include "fopen-same.h" +#define hosts_std_host_H +#endif |