12 lines
591 B
Text
12 lines
591 B
Text
$NetBSD: patch-ab,v 1.1 2006/12/03 17:07:41 xtraeme Exp $
|
|
|
|
--- musa/m68kmake.c.orig 2006-12-03 17:59:13.000000000 +0100
|
|
+++ musa/m68kmake.c 2006-12-03 17:59:35.000000000 +0100
|
|
@@ -1029,6 +1029,7 @@
|
|
fprintf(filep, "/* ========================= OPCODE TABLE BUILDER ========================= */\n");
|
|
fprintf(filep, "/* ======================================================================== */\n\n");
|
|
|
|
+ fprintf(filep, "#include <sys/types.h>\n\n");
|
|
fprintf(filep, "#include \"m68kops.h\"\n");
|
|
fprintf(filep, "#include \"m68kcpu.h\"\n");
|
|
fprintf(filep, "#include <stdlib.h>\n\n");
|