filename | src/x86dasm/x86dasm.h |
changeset | 476:75eb00fc191d |
prev | 429:e581b90c3fb3 |
next | 527:14c9489f647e |
author | nkeynes |
date | Wed Oct 31 09:07:25 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Explicitly include stdio.h |
file | annotate | diff | log | raw |
1.1 --- a/src/x86dasm/x86dasm.h Mon Oct 08 11:52:13 2007 +00001.2 +++ b/src/x86dasm/x86dasm.h Wed Oct 31 09:07:25 2007 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: x86dasm.h,v 1.4 2007-10-08 11:48:10 nkeynes Exp $1.6 + * $Id: x86dasm.h,v 1.5 2007-10-31 09:07:25 nkeynes Exp $1.7 *1.8 * Wrapper around i386-dis to supply the same behaviour as the other1.9 * disassembly functions.1.10 @@ -17,6 +17,7 @@1.11 * GNU General Public License for more details.1.12 */1.14 +#include <stdio.h>1.15 #include "cpu.h"1.16 #include "mem.h"1.17 extern const struct cpu_desc_struct x86_cpu_desc;
.