diff options
Diffstat (limited to 'gnu/usr.bin/binutils/opcodes/dis-buf.c')
-rw-r--r-- | gnu/usr.bin/binutils/opcodes/dis-buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/opcodes/dis-buf.c b/gnu/usr.bin/binutils/opcodes/dis-buf.c index c34f4588721..47a2e33ef44 100644 --- a/gnu/usr.bin/binutils/opcodes/dis-buf.c +++ b/gnu/usr.bin/binutils/opcodes/dis-buf.c @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "dis-asm.h" #include "sysdep.h" +#include "dis-asm.h" #include <errno.h> /* Get LENGTH bytes from info's buffer, at target address memaddr. |