aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/std-host.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-15 18:36:11 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-15 18:36:11 +0000
commit8bd4e54bc326f62e0b46c5202f5b7c2fd9ddc735 (patch)
tree9eb904ed7debe1bdae3f30492502fa1fcf666fab /bfd/hosts/std-host.h
parent77478127574a733286cadc32ec91f3db0a3e5d77 (diff)
downloadgdb-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.h3
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