diff options
Diffstat (limited to 'bfd/hosts/hppahpux.h')
-rw-r--r-- | bfd/hosts/hppahpux.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/hosts/hppahpux.h b/bfd/hosts/hppahpux.h index f58bd7e..5f5e7c3 100644 --- a/bfd/hosts/hppahpux.h +++ b/bfd/hosts/hppahpux.h @@ -1,3 +1,6 @@ +#ifndef _HPPAHPUX_H +#define _HPPAHPUX_H + #include <fcntl.h> #include <errno.h> #include <stdio.h> @@ -51,3 +54,5 @@ typedef int int32_type; typedef unsigned int uint32_type; #include "fopen-same.h" + +#endif /* _HPPAHPUX_H */ |