# HG changeset patch # User nkeynes # Date 1193821645 0 # Node ID 75eb00fc191de17a0baa9b43ad5f45cf0db99660 # Parent 49841795db973be7e35020afcdcb14535bad1a00 Explicitly include stdio.h --- a/src/x86dasm/x86dasm.h Wed Oct 31 09:06:48 2007 +0000 +++ b/src/x86dasm/x86dasm.h Wed Oct 31 09:07:25 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: x86dasm.h,v 1.4 2007-10-08 11:48:10 nkeynes Exp $ + * $Id: x86dasm.h,v 1.5 2007-10-31 09:07:25 nkeynes Exp $ * * Wrapper around i386-dis to supply the same behaviour as the other * disassembly functions. @@ -17,6 +17,7 @@ * GNU General Public License for more details. */ +#include #include "cpu.h" #include "mem.h" extern const struct cpu_desc_struct x86_cpu_desc;