--- hatari/src/cpu/jit/codegen_x86.c 2019/04/09 08:56:45 1.1.1.2 +++ hatari/src/cpu/jit/codegen_x86.c 2019/04/09 08:58:00 1.1.1.3 @@ -25,8 +25,8 @@ * GNU General Public License for more details. * * 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 + * along with this program; if not, write to the Free Software Foundation, + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ /* This should eventually end up in machdep/, but for now, x86 is the @@ -3713,6 +3713,7 @@ static void cpuid_count(uae_u32 op, uae_ #endif #ifdef _MSC_VER +#include static void cpuid_count(uae_u32 op, uae_u32 count, uae_u32 *eax, uae_u32 *ebx, uae_u32 *ecx, uae_u32 *edx) { int cpuinfo[4];