Search
lxdream.org :: lxdream/src/x86dasm/dis-asm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/dis-asm.h
changeset 755:ab873907b00e
prev362:dc40e2064dc4
author nkeynes
date Tue Oct 14 08:44:37 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix a few more subtle flag problems
file annotate diff log raw
1.1 --- a/src/x86dasm/dis-asm.h Tue Aug 28 08:46:54 2007 +0000
1.2 +++ b/src/x86dasm/dis-asm.h Tue Oct 14 08:44:37 2008 +0000
1.3 @@ -33,7 +33,7 @@
1.4 #endif
1.5
1.6 #include <stdio.h>
1.7 -#include "bfd.h"
1.8 +#include "x86dasm/bfd.h"
1.9
1.10 typedef int (*fprintf_ftype) (void *, const char*, ...);
1.11
.