diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-21 00:14:16 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-21 00:14:16 +0000 |
commit | 7ed4093abcbe329e94888b6ed1c0ead5bea4e7bf (patch) | |
tree | 52f735fbb18dd4bd2711f0b7b1c8f5b8555e336f /binutils | |
parent | fc5d60745615a903d4a149fc5753ea54d3606597 (diff) | |
download | gdb-7ed4093abcbe329e94888b6ed1c0ead5bea4e7bf.zip gdb-7ed4093abcbe329e94888b6ed1c0ead5bea4e7bf.tar.gz gdb-7ed4093abcbe329e94888b6ed1c0ead5bea4e7bf.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/copy.c b/binutils/copy.c index a11ddec..7d4e4e3 100644 --- a/binutils/copy.c +++ b/binutils/copy.c @@ -1,6 +1,6 @@ /*** copy.c -- copy object file from input to output, optionally massaging it */ - +#include <sysdep.h> #include "bfd.h" |