diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-03 14:10:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-03 14:10:05 +0000 |
commit | c20f4f8c21dcede76fe50dc3e19f5e8056232b94 (patch) | |
tree | cd6ff2baedb42d32c8f18a52f26431f88c8e9ed0 /binutils/bucomm.h | |
parent | 7876dd4328a3270de573c089669cbf8b008304fd (diff) | |
download | gdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.zip gdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.tar.gz gdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.tar.bz2 |
Move bug report string to one place.
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r-- | binutils/bucomm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h index 36e6a79..f211473 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <sys/types.h> #include "config.h" +#include "bin-bugs.h" #ifdef USE_BINARY_FOPEN #include "fopen-bin.h" |