- Unbreak

- Fix build with gcc 4.2
- Reset maintainer to ports@

PR:		116836
Submitted by:	miwi
Approved by:	Samy Al Bahra <sbahra@kerneled.org> (maintainer)
This commit is contained in:
Martin Wilke 2007-10-02 22:49:20 +00:00
parent 9210e89d82
commit 2ebf04a719
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200705
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- instr.h.orig 2007-10-02 18:55:31.000000000 +0200
+++ instr.h 2007-10-02 18:55:46.000000000 +0200
@@ -3,6 +3,8 @@
#ifndef __INSTR_H
#define __INSTR_H
+#include "z80-asm.h"
+
#define I_DEFS 71
#define I_DEFW 70
#define I_DEFB 69

View file

@ -0,0 +1,11 @@
--- regs.h.orig 2007-10-02 18:53:19.000000000 +0200
+++ regs.h 2007-10-02 18:53:55.000000000 +0200
@@ -3,6 +3,8 @@
#ifndef __REGS_H
#define __REGS_H
+#include "z80-asm.h"
+
#define R_EMPTY 0
#define R_A 1
#define R_B 2