Search
lxdream.org :: lxdream/src/x86dasm/dis-init.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/dis-init.c
changeset 755:ab873907b00e
prev362:dc40e2064dc4
author nkeynes
date Mon Jul 21 00:08:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add gettext.h and build sanely without libintl if it's not available
Remove x86dasm's config.h & opintl.h (no longer needed and actually wrong)
file annotate diff log raw
1.1 --- a/src/x86dasm/dis-init.c Tue Aug 28 08:46:54 2007 +0000
1.2 +++ b/src/x86dasm/dis-init.c Mon Jul 21 00:08:34 2008 +0000
1.3 @@ -17,9 +17,9 @@
1.4 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
1.5 02111-1307, USA. */
1.6
1.7 -#include "sysdep.h"
1.8 -#include "dis-asm.h"
1.9 -#include "bfd.h"
1.10 +#include "x86dasm/sysdep.h"
1.11 +#include "x86dasm/dis-asm.h"
1.12 +#include "x86dasm/bfd.h"
1.13
1.14 void
1.15 init_disassemble_info (struct disassemble_info *info, void *stream,
.